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