no message

Former-commit-id: b0dd61f6ea179f2cc6bcfb556a2cc6526f5eb84c
Former-commit-id: 4aad5b89f03923f6172b2b3e1369da53a17d2de5
Former-commit-id: 25427725cd27292c9f567d04659b9935fe824de3
This commit is contained in:
liyang
2018-06-05 14:40:18 +08:00
parent e262354492
commit d568229274
4 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,22 @@ $theme-container-full-border-color: #d8dfea;
.theme-#{$theme-name} {
background-color: $theme-bg-color;
background-image: url($theme-bg-image);
// 菜单项目
@mixin theme-menu-hover-style {
background-color: #eff4f8;
}
.el-submenu__title:hover {
@include theme-menu-hover-style;
}
.el-menu-item:hover {
@include theme-menu-hover-style;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
@include theme-menu-hover-style;
}
.el-menu--horizontal .el-menu .el-submenu__title:hover {
@include theme-menu-hover-style;
}
// [组件] dd-container-full
.dd-container-full {
.dd-container-full__header {