fix: 样式调整

This commit is contained in:
fanpeijiang
2022-10-15 11:57:43 +08:00
parent 76bdf58bc5
commit 390ee8f41f
6 changed files with 1160 additions and 978 deletions

View File

@@ -202,7 +202,7 @@ function menusStatusToFalsefather(menus) {
.menu-bar {
display: flex;
width: 100%;
height: 50px;
height: 48px;
font-size: 13px;
z-index: 99999;
&-item {
@@ -226,7 +226,7 @@ function menusStatusToFalsefather(menus) {
}
&-main {
width: 220px;
height: 50px;
height: 48px;
cursor: pointer;
display: flex;
align-items: center;
@@ -237,7 +237,7 @@ function menusStatusToFalsefather(menus) {
&-active {
color: $yili-default-color;
background: #ffffff;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
&-icon {
opacity: 0.9;