From e0d63df1b89d384777f4c613ea986a89130d3d85 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 8 Aug 2025 14:09:13 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E9=A2=91=E9=97=AA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleMenu/src/SimpleMenu.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/SimpleMenu/src/SimpleMenu.vue b/src/components/SimpleMenu/src/SimpleMenu.vue index 173192b..778774c 100644 --- a/src/components/SimpleMenu/src/SimpleMenu.vue +++ b/src/components/SimpleMenu/src/SimpleMenu.vue @@ -197,15 +197,9 @@ color: white !important; background-color: #1890ff !important; border-radius: 8px; - margin: 0px 20px 0 20px; + // margin: 0px 20px 0 20px; } -.jeecg-menu-vertical .jeecg-menu-item:hover, .jeecg-menu-vertical .jeecg-menu-submenu-title:hover { - color: #fff !important; - border-radius: 8px; - background: #c9cacc; - margin: 10px 20px 0 20px; -} .jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu { color: #606266 !important; background: #f0f0f0; @@ -220,4 +214,15 @@ margin-top: 10px; padding: 8px; } + +.jeecg-menu-vertical .jeecg-menu-item:hover, .jeecg-menu-vertical .jeecg-menu-submenu-title:hover { + color: #fff !important; + border-radius: 8px; + background: #c9cacc; + // margin: 10px 20px 0 20px; + transform: scale(1.02); +} +.jeecg-menu li{ + padding:10px 20px 0 20px; +} From fa5773f773933ad2731c2cff32440fda006db013 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 8 Aug 2025 14:51:32 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleMenu/src/SimpleMenu.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/SimpleMenu/src/SimpleMenu.vue b/src/components/SimpleMenu/src/SimpleMenu.vue index 778774c..f5b40a4 100644 --- a/src/components/SimpleMenu/src/SimpleMenu.vue +++ b/src/components/SimpleMenu/src/SimpleMenu.vue @@ -222,7 +222,4 @@ // margin: 10px 20px 0 20px; transform: scale(1.02); } -.jeecg-menu li{ - padding:10px 20px 0 20px; -} From b71a08d036f0442e7e565f9e832a6c637fde5a1a Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 8 Aug 2025 15:26:21 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configSuppliersInfo/ConfigSuppliersInfoList.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/invoicing/configSuppliersInfo/ConfigSuppliersInfoList.vue b/src/views/invoicing/configSuppliersInfo/ConfigSuppliersInfoList.vue index 4a7e4b8..a975523 100644 --- a/src/views/invoicing/configSuppliersInfo/ConfigSuppliersInfoList.vue +++ b/src/views/invoicing/configSuppliersInfo/ConfigSuppliersInfoList.vue @@ -22,6 +22,12 @@ + + + + + + From a4246c243a88fa35df09b68f2d2cc64a8cb54b34 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 8 Aug 2025 15:42:06 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=91=E7=9A=84?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue index 4ec1de7..d11b6c8 100644 --- a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue +++ b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue @@ -59,7 +59,7 @@
-
+
全部 From d9f2afee274fec860e3db32ab82aaa837840659c Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 8 Aug 2025 16:58:40 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfigMaterial/ConfigMaterialInfoList.vue | 31 ++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue index d11b6c8..2dae1b5 100644 --- a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue +++ b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue @@ -83,29 +83,38 @@ @@ -617,4 +626,10 @@ function getTreeData(){ clip-path: polygon(100% 100%, 0 100%, 100% 0); z-index: 999; } +.abuttoncss{ + color: #1890ff !important; +} +.abuttoncss:hover{ + color: #69c0ff !important; +} \ No newline at end of file