浏览代码

style:“个人中心滚动条颜色修复”

soobin 1 年之前
父节点
当前提交
3a09537738
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/App.vue
  2. 1 1
      src/common/style/base.less
  3. 1 1
      src/styles/user/index.less
  4. 1 1
      src/views/user.vue

+ 1 - 1
src/App.vue

@@ -190,7 +190,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 {

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

@@ -1,4 +1,4 @@
-.page {
+.userPage {
     width: 100%;
     background: url(../../assets/user/bg.png) top center no-repeat;
     background-size: 100%;

+ 1 - 1
src/views/user.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="page flex-col">
+  <div class="userPage flex-col">
     <s-header :name="sys ? sys.title : $t('user.personalCenter')" :noback="true" :isFixed="false"></s-header>
     <div class="userPageBox">
       <div class="userBaseBox">