no message

Former-commit-id: ab7d7209674559ded34a11e3f727d2765920c69c
Former-commit-id: 8984a5d39d7b202d31c94c44a06ad52cc349db04
Former-commit-id: 968e58cc9c04636a9be9a17c0c64ccd828d848fe
This commit is contained in:
liyang
2018-06-04 11:03:45 +08:00
parent 0a7223a9c9
commit f18cd637b4
3 changed files with 16 additions and 70 deletions

View File

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