chore: minify html

This commit is contained in:
nebv
2020-10-13 23:52:01 +08:00
parent ba070c5e41
commit 7c4dd24481
8 changed files with 125 additions and 6 deletions

View File

@@ -14,6 +14,14 @@
}
.basic-menu {
.ant-menu-submenu:first-of-type {
margin-top: 4px;
}
.ant-menu-submenu-title {
margin-top: 0;
}
&-wrap {
height: 100%;
}
@@ -151,7 +159,8 @@
// 2级菜单
.basic-menu-item__level2:not(.ant-menu-item-selected) {
.basic-menu-item__level2:not(.ant-menu-item-selected),
.ant-menu-sub {
background-color: @sub-menu-item-dark-bg-color;
}