no message
Former-commit-id: 08914438f5ff8386284563d43482572552e5ec8e Former-commit-id: 0d520c6d365d5d44b8a2c93f3bab8a8368566013 Former-commit-id: 8172f79950f2dd5d7bd582cf169cfd8b74b12cb0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user