修改二级菜单的默认颜色

This commit is contained in:
renpy 2023-09-05 13:45:51 +08:00
parent d867093ad4
commit e6c3b405f8
2 changed files with 7 additions and 0 deletions

View File

@ -842,6 +842,12 @@
width: 220px;
position: absolute;
left: -16px;
a{
color: white;
&:hover{
color: white;
}
}
}
.ant-menu-submenu-popup{
position: relative;

View File

@ -204,6 +204,7 @@ export default {
},
onCurrTypeChange(val) {
this.currType = val
this.getNuclideList()
},
handleAdd() {
this.visible = true