perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-11-21 12:15:05 +08:00
parent 26b6f857cd
commit f65446c495
8 changed files with 85 additions and 38 deletions

View File

@@ -117,6 +117,7 @@
.el-menu-item,
.el-sub-menu__title {
height: 50px;
color: $menuText;
padding: 0 20px 0 40px;
@@ -169,7 +170,7 @@
justify-content: space-around;
background: $menuBg;
width: 100%;
height: 62px;
height: 48px;
align-items: center;
.horizontal-header-left {
@@ -211,7 +212,7 @@
justify-content: flex-end;
.dropdown-badge {
height: 62px;
height: 48px;
color: $subMenuActiveText;
&:hover {
@@ -228,7 +229,7 @@
}
.globalization {
height: 62px;
height: 48px;
width: 40px;
padding: 11px;
cursor: pointer;
@@ -241,7 +242,7 @@
.el-dropdown-link {
width: 100px;
height: 62px;
height: 48px;
padding: 10px;
display: flex;
align-items: center;
@@ -265,7 +266,7 @@
}
.el-icon-setting {
height: 62px;
height: 48px;
width: 40px;
padding: 12px;
display: flex;
@@ -296,7 +297,8 @@
.submenu-title-noDropdown,
.el-sub-menu__title {
height: 60px;
height: 48px;
line-height: 48px;
background: $menuBg;
}
@@ -362,6 +364,8 @@
.el-menu-item,
.el-sub-menu__title {
height: 50px;
line-height: 50px;
color: $menuText;
background-color: $subMenuBg;