diff --git a/src/components/SimpleMenu/src/SimpleMenu.vue b/src/components/SimpleMenu/src/SimpleMenu.vue index 173192b..f5b40a4 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,12 @@ 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); +} diff --git a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue index 4ec1de7..2dae1b5 100644 --- a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue +++ b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue @@ -59,7 +59,7 @@
-
+
全部 @@ -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 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 @@ + + + + + +