fix: 替换 %placeholder 后侧边栏 tip-line 样式丢失 (#132)

This commit is contained in:
ClariS 2023-09-07 17:12:31 +08:00 committed by GitHub
parent 574f47cb00
commit 8e83db5228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,19 +145,15 @@ const tipLineWidth = computed(() => {
}
}
:deep(.el-menu-item) {
&.is-active {
:deep(.el-menu-item.is-active) {
@extend %tip-line;
}
}
.el-menu--collapse {
:deep(.el-sub-menu) {
&.is-active {
:deep(.el-sub-menu.is-active) {
.el-sub-menu__title {
@extend %tip-line;
}
}
}
}
</style>