|
@@ -88,14 +88,14 @@
|
|
|
& .nest-menu .el-submenu>.el-submenu__title,
|
|
|
& .el-submenu .el-menu-item {
|
|
|
min-width: $sideBarWidth !important;
|
|
|
- background-color: $subMenuBg;
|
|
|
+ background-color: $subMenuBg!important;
|
|
|
|
|
|
&:hover {
|
|
|
- background-color: $subMenuHover;
|
|
|
+ background-color: $subMenuHover!important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .el-menu-item.is-active {
|
|
|
+ .el-submenu .el-menu-item.is-active {
|
|
|
background-color: $subMenuActiveBg!important;
|
|
|
}
|
|
|
.hideSidebar {
|
|
@@ -200,7 +200,7 @@
|
|
|
background-color: $menuHover !important;
|
|
|
}
|
|
|
.is-active {
|
|
|
- background-color: #13817A !important;
|
|
|
+ background-color:$subMenuActiveBg !important;
|
|
|
}
|
|
|
}
|
|
|
|