修改二级菜单的默认颜色
This commit is contained in:
parent
d867093ad4
commit
e6c3b405f8
|
@ -842,6 +842,12 @@
|
|||
width: 220px;
|
||||
position: absolute;
|
||||
left: -16px;
|
||||
a{
|
||||
color: white;
|
||||
&:hover{
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-menu-submenu-popup{
|
||||
position: relative;
|
||||
|
|
|
@ -204,6 +204,7 @@ export default {
|
|||
},
|
||||
onCurrTypeChange(val) {
|
||||
this.currType = val
|
||||
this.getNuclideList()
|
||||
},
|
||||
handleAdd() {
|
||||
this.visible = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user