Commit 217350be24db58e4e02c095e70c3216c4349ac92

Authored by Min
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,8 +37,8 @@
37 .userInfo { 37 .userInfo {
38 position: absolute; 38 position: absolute;
39 top: 0; 39 top: 0;
40 - left: 430px;  
41 - .size(calc(100% - 850px), 100%); 40 + left: 266px;
  41 + .size(calc(100% - 650px), 100%);
42 .flex(center, center); 42 .flex(center, center);
43 font-size: 22px; 43 font-size: 22px;
44 color: @base-color; 44 color: @base-color;
@@ -113,8 +113,8 @@ @@ -113,8 +113,8 @@
113 .flex(center, space-between); 113 .flex(center, space-between);
114 flex-direction: column; 114 flex-direction: column;
115 .size(100%, auto); 115 .size(100%, auto);
116 - padding: 20px 0;  
117 - gap: 8px; 116 + padding: 10px 0;
  117 + gap: 4px;
118 118
119 &:last-child { 119 &:last-child {
120 position: absolute; 120 position: absolute;