Commit 217350be24db58e4e02c095e70c3216c4349ac92
1 parent
4c68dfc0
1.修复主页侧边栏menu
Showing
1 changed file
with
4 additions
and
4 deletions
src/mes/indexMes/index.less
| ... | ... | @@ -37,8 +37,8 @@ |
| 37 | 37 | .userInfo { |
| 38 | 38 | position: absolute; |
| 39 | 39 | top: 0; |
| 40 | - left: 430px; | |
| 41 | - .size(calc(100% - 850px), 100%); | |
| 40 | + left: 266px; | |
| 41 | + .size(calc(100% - 650px), 100%); | |
| 42 | 42 | .flex(center, center); |
| 43 | 43 | font-size: 22px; |
| 44 | 44 | color: @base-color; |
| ... | ... | @@ -113,8 +113,8 @@ |
| 113 | 113 | .flex(center, space-between); |
| 114 | 114 | flex-direction: column; |
| 115 | 115 | .size(100%, auto); |
| 116 | - padding: 20px 0; | |
| 117 | - gap: 8px; | |
| 116 | + padding: 10px 0; | |
| 117 | + gap: 4px; | |
| 118 | 118 | |
| 119 | 119 | &:last-child { |
| 120 | 120 | position: absolute; | ... | ... |