|
|
|
|
@ -85,8 +85,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.is-active{
|
|
|
|
|
//background-color: $menuActiveBg !important;
|
|
|
|
|
//border-right: 5px solid $subMenuActiveText !important;
|
|
|
|
|
color: $primaryColor !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.is-active > .router-link-exact-active {
|
|
|
|
|
background-color: $subMenuActiveText !important;
|
|
|
|
|
border-right: 5px solid $menuActiveBg !important;
|
|
|
|
|
}
|
|
|
|
|
.is-active>.el-submenu__title {
|
|
|
|
|
color: $primaryColor !important;
|
|
|
|
|
|