wenbobowen 4 年 前
コミット
73c99066cd
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/components/newLayout/Aside.vue

+ 3 - 2
src/components/newLayout/Aside.vue

@@ -210,13 +210,13 @@ section {
     }
   }
   .all-pages-list {
-    margin-top: 33px;
+    margin-top: 3px;
     display: flex;
     flex-direction: column;
     align-items: center;
     font-size: 14px;
     color: #444444;
-    height: calc(100vh - 170px);
+    height: calc(100vh - 110px);
     overflow-y: auto;
     li {
       width: 100%;
@@ -254,6 +254,7 @@ section {
     display: flex;
     justify-content: flex-end;
     font-size: 30px;
+    background: #fff;
     img {
       cursor: pointer;
       height: 20px;