perf: icon

This commit is contained in:
xiaoxian521
2021-10-22 20:38:19 +08:00
parent 7e6768208d
commit eb8d3ca96e
9 changed files with 81 additions and 39 deletions

View File

@@ -91,8 +91,10 @@
a {
display: inline-block;
display: flex;
padding-left: 10px;
flex-wrap: wrap;
width: 100%;
overflow: hidden;
}
.el-menu {
@@ -109,8 +111,6 @@
// menu hover
.submenu-title-noDropdown,
.el-sub-menu__title {
// background: $menuBg;
&:hover {
background-color: $menuHover !important;
}