fix: 侧边栏菜单高亮 bug (#108)
This commit is contained in:
parent
4a27131c6d
commit
8488bfdff2
@ -141,7 +141,7 @@ const tipLineWidth = computed(() => {
|
|||||||
|
|
||||||
:deep(.el-sub-menu) {
|
:deep(.el-sub-menu) {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
.el-sub-menu__title {
|
> .el-sub-menu__title {
|
||||||
color: v-bind(activeTextColor) !important;
|
color: v-bind(activeTextColor) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
.el-sub-menu {
|
.el-sub-menu {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
.el-sub-menu__title {
|
> .el-sub-menu__title {
|
||||||
color: $active-font-color !important;
|
color: $active-font-color !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
.el-sub-menu {
|
.el-sub-menu {
|
||||||
&.is-active {
|
&.is-active {
|
||||||
.el-sub-menu__title {
|
> .el-sub-menu__title {
|
||||||
color: $active-font-color !important;
|
color: $active-font-color !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user