mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
style: fix
This commit is contained in:
parent
d0cfc6614e
commit
e3c240f139
@ -164,7 +164,7 @@
|
||||
|
||||
/* 无子集的激活菜单背景 */
|
||||
.is-active.submenu-title-noDropdown.outer-most {
|
||||
background: $subMenuActiveBg;
|
||||
background: $subMenuActiveBg !important;
|
||||
}
|
||||
|
||||
/* 有子集的激活菜单背景 */
|
||||
@ -586,6 +586,10 @@ body[layout="vertical"] {
|
||||
|
||||
.sidebar-container {
|
||||
width: 54px !important;
|
||||
|
||||
.is-active.submenu-title-noDropdown.outer-most {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-container {
|
||||
@ -662,6 +666,10 @@ body[layout="mix"] {
|
||||
|
||||
.sidebar-container {
|
||||
width: 54px !important;
|
||||
|
||||
.is-active.submenu-title-noDropdown.outer-most {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-container {
|
||||
@ -699,10 +707,6 @@ body[layout="mix"] {
|
||||
.el-sub-menu__title [class^="el-icon"] {
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.submenu-title-noDropdown {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user