From e6c3b405f8b07a09f6a5754c54ef3c0b28c955ea Mon Sep 17 00:00:00 2001 From: renpy Date: Tue, 5 Sep 2023 13:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=8C=E7=BA=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E9=BB=98=E8=AE=A4=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/GlobalLayout.vue | 6 ++++++ src/views/system/DefaultNuclide/AutoProcess.vue | 1 + 2 files changed, 7 insertions(+) diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue index c3d8da1..e2d2dd8 100644 --- a/src/components/page/GlobalLayout.vue +++ b/src/components/page/GlobalLayout.vue @@ -842,6 +842,12 @@ width: 220px; position: absolute; left: -16px; + a{ + color: white; + &:hover{ + color: white; + } + } } .ant-menu-submenu-popup{ position: relative; diff --git a/src/views/system/DefaultNuclide/AutoProcess.vue b/src/views/system/DefaultNuclide/AutoProcess.vue index 9525571..98d5906 100644 --- a/src/views/system/DefaultNuclide/AutoProcess.vue +++ b/src/views/system/DefaultNuclide/AutoProcess.vue @@ -204,6 +204,7 @@ export default { }, onCurrTypeChange(val) { this.currType = val + this.getNuclideList() }, handleAdd() { this.visible = true