|
@@ -64,6 +64,11 @@
|
|
|
border: none;
|
|
|
height: 100%;
|
|
|
width: 100% !important;
|
|
|
+ .submenu-title-noDropdown.is-active{
|
|
|
+ span{
|
|
|
+ color: #3C8DBC!important;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.el-menu-item, .el-submenu__title {
|
|
@@ -80,29 +85,43 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
& .theme-dark .is-active > .el-submenu__title {
|
|
|
- color: $subMenuActiveText !important;
|
|
|
+ span{
|
|
|
+ color: $subMenuActiveText !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
& .nest-menu .el-submenu>.el-submenu__title,
|
|
|
& .el-submenu .el-menu-item {
|
|
|
min-width: $sideBarWidth !important;
|
|
|
|
|
|
+
|
|
|
&:hover {
|
|
|
background-color: rgba(0, 0, 0, 0.06) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
& .theme-dark .nest-menu .el-submenu>.el-submenu__title,
|
|
|
& .theme-dark .el-submenu .el-menu-item {
|
|
|
- background-color: $subMenuBg !important;
|
|
|
-
|
|
|
+ background-color: $subMenuBg;
|
|
|
&:hover {
|
|
|
background-color: $subMenuHover !important;
|
|
|
+ span{
|
|
|
+ color: #fff!important;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+ .nest-menu .is-active{
|
|
|
+ span{
|
|
|
+ color: #fff!important;
|
|
|
+ }
|
|
|
+ background-color: #3C8DBC!important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.hideSidebar {
|
|
|
.sidebar-container {
|
|
|
width: 54px !important;
|