Skip to content
Snippets Groups Projects
Commit 62a9565f authored by xVirus's avatar xVirus Committed by 花裤衩
Browse files

siderbar.css add namespace (#622)

1. 原来的普通导航栏样式会使用 siderbar 的样式,背景黑底。
2. 修改后,sidebar 样式不变,普通导航栏可以正常使用。
parent f663b23b
Branches develop
No related tags found
No related merge requests found
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
} }
} }
} }
.nest-menu .el-submenu>.el-submenu__title, .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
.el-submenu .el-menu-item { .sidebar-container .nest-menu .el-submenu .el-menu-item {
min-width: 180px !important; min-width: 180px !important;
background-color: $subMenuBg !important; background-color: $subMenuBg !important;
&:hover { &:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment