no message
Former-commit-id: a91e60f02dbd2cb458a2b0fa3be083437641f3c9 Former-commit-id: f699535a3e6b3ae4a64b88b49e1a50f5e68aaf96 Former-commit-id: d93017d5808aec98007a9af759a709d490a726cc
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
@import '~@/assets/style/public.scss';
|
||||
|
||||
$theme-color: #EFF4F8;
|
||||
// 下面这部分是要根据主题修改的 但是没有办法加到主题中
|
||||
@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;
|
||||
}
|
||||
|
||||
// 主题公用
|
||||
.theme {
|
||||
|
||||
Reference in New Issue
Block a user