fix: 侧边栏菜单高亮 bug (#108)

This commit is contained in:
ClariS 2023-08-16 14:48:50 +08:00 committed by GitHub
parent 4a27131c6d
commit 8488bfdff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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;
} }
} }

View File

@ -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;
} }
} }

View File

@ -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;
} }
} }