no message

Former-commit-id: 08914438f5ff8386284563d43482572552e5ec8e
Former-commit-id: 0d520c6d365d5d44b8a2c93f3bab8a8368566013
Former-commit-id: 8172f79950f2dd5d7bd582cf169cfd8b74b12cb0
This commit is contained in:
李杨
2018-03-20 22:17:31 +08:00
parent 4538525817
commit e9567074da
2 changed files with 24 additions and 8 deletions

View File

@@ -81,6 +81,8 @@ $color: #409EFF;
.el-container {
// 侧边栏
.el-aside {
transition: width .3s;
overflow: inherit;
.dd-side-menu-empty {
background-color: rgba(#000, .03);
margin: $margin;
@@ -91,18 +93,19 @@ $color: #409EFF;
color: $color-text-sub;
}
.el-menu {
background-color: transparent;
background-color: $color-bg;
border-right: none;
.el-menu-item {
&:focus {
background-color: transparent;
background-color: $color-bg;
}
&:hover {
background-color: transparent;
background-color: $color-bg;
}
}
.el-submenu__title {
&:hover {
background-color: transparent;
background-color: $color-bg;
}
}
}