no message
Former-commit-id: ab7d7209674559ded34a11e3f727d2765920c69c Former-commit-id: 8984a5d39d7b202d31c94c44a06ad52cc349db04 Former-commit-id: 968e58cc9c04636a9be9a17c0c64ccd828d848fe
This commit is contained in:
@@ -94,15 +94,9 @@ $theme-color: #EFF4F8;
|
||||
text-align: center;
|
||||
color: $color-text-sub;
|
||||
}
|
||||
.dd-side-menu {
|
||||
&:not(.el-menu--collapse) {
|
||||
width: 200px;
|
||||
min-height: 400px;
|
||||
}
|
||||
}
|
||||
// [菜单] 正常状态
|
||||
.el-menu {
|
||||
background-color: red;
|
||||
background-color: transparent;
|
||||
border-right: none;
|
||||
.el-submenu__title {
|
||||
&:hover {
|
||||
@@ -112,7 +106,7 @@ $theme-color: #EFF4F8;
|
||||
}
|
||||
// [菜单] 折叠状态
|
||||
.el-menu--collapse {
|
||||
background-color: blue;
|
||||
background-color: transparent;
|
||||
.el-submenu__title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user