mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
fix(menu): fix menu icon style
This commit is contained in:
@@ -212,6 +212,10 @@
|
||||
background: @sider-dark-bg-color;
|
||||
.active-menu-style();
|
||||
|
||||
.menu-item-icon.app-iconify {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.ant-menu-item.ant-menu-item-selected.basic-menu-menu-item__level1,
|
||||
.ant-menu-submenu-selected.basic-menu-menu-item__level1 {
|
||||
color: @white;
|
||||
@@ -232,6 +236,10 @@
|
||||
|
||||
.basic-menu-item__level3:not(.ant-menu-item-selected) {
|
||||
background-color: @sider-dark-lighten-2-bg-color;
|
||||
|
||||
.ant-menu-item {
|
||||
background-color: @sider-dark-lighten-2-bg-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu-submenu-title {
|
||||
@@ -253,6 +261,10 @@
|
||||
overflow-x: hidden;
|
||||
border-right: none;
|
||||
|
||||
.menu-item-icon.app-iconify {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
// .ant-menu-item-selected {
|
||||
// background: fade(@primary-color, 18%);
|
||||
// }
|
||||
|
Reference in New Issue
Block a user