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