refactor: 样式优化

Former-commit-id: 634daf7077f7e534343648fa86acfebb99e9b4de
This commit is contained in:
haoxr
2022-12-31 22:06:50 +08:00
parent b6c2dc8df8
commit ba2e6769b4
4 changed files with 31 additions and 68 deletions

View File

@@ -12,7 +12,6 @@
background-color: $menuBg;
height: 100%;
position: fixed;
font-size: 0px;
top: 0;
bottom: 0;
left: 0;
@@ -47,11 +46,6 @@
display: none;
}
a {
display: inline-block;
width: 100%;
overflow: hidden;
}
.svg-icon {
margin-right: 16px;
@@ -226,3 +220,24 @@
}
}
}
body[layout="mix"] {
.horizontal-header{
.el-menu-item{
height: 50px!important;
line-height: 50px!important;
}
.el-sub-menu__title {
background-color: #001529!important;
height: 50px!important;
}
}
.horizontal-header-right>div {
color: #FFF;
}
.svg-icon{
margin-right: 16px;
}
}