fix: 样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user