mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 二级菜单选中时候显示主题悬浮色
This commit is contained in:
@@ -78,8 +78,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/* .is-active > .el-submenu__title {
|
||||
>>>.el-submenu.is-active .el-submenu__title {
|
||||
color: var(--theme) !important;
|
||||
} */
|
||||
}
|
||||
|
||||
.is-active > .el-submenu__title {
|
||||
color: var(--theme) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user