Przeglądaj źródła

feat:“同步11.20”

soobin 1 rok temu
rodzic
commit
9eb5721d74
3 zmienionych plików z 5 dodań i 5 usunięć
  1. 1 1
      src/App.vue
  2. 1 1
      src/common/style/base.less
  3. 3 3
      src/styles/user/index.less

+ 1 - 1
src/App.vue

@@ -188,7 +188,7 @@ body {
 
 ::-webkit-scrollbar-thumb {
   /* 5 */
-  background-color: #006ac7;
+  background-color: #d2d2d2;
   border-radius: 2px;
 }
 

+ 1 - 1
src/common/style/base.less

@@ -72,7 +72,7 @@ body.dialog-open {
     }
   }
   &-thumb {
-    background-color: #006ac7;
+    background-color: #d2d2d2;
     border-radius: 2px;
   }
   &-corner {

+ 3 - 3
src/styles/user/index.less

@@ -3,6 +3,9 @@
     background: url(../../assets/user/bg.png) top center no-repeat;
     background-size: 100%;
     // position: relative;
+    height: calc(100% - 50px);
+    overflow: auto;
+    overflow-x: hidden;
 
     .simple-header {
         background: transparent;
@@ -10,11 +13,8 @@
 
     .userPageBox {
         width: 100%;
-        height: calc(100% - 50px);
         height: 100%;
         // margin-bottom: 100px;
-        overflow: auto;
-        overflow-x: hidden;
     }
 
     .userBaseBox {