Sfoglia il codice sorgente

Merge branch 'dev/v1.0.56_zsy' of jianyu/web into feature/v1.0.56

zhangsiya 1 anno fa
parent
commit
b3658f601b

+ 10 - 7
apps/mobile/src/components/mine/MineList.vue

@@ -2,7 +2,7 @@
   <div class="mine-list-component">
     <!--    账号数据合并-->
     <van-cell-group
-      class="merge-cell cell-group mt16"
+      class="merge-cell cell-group mt12"
       :border="false"
       v-if="mergeInfo.show"
     >
@@ -15,7 +15,7 @@
     <van-cell-group
       v-for="(mItem, mIndex) in menuList"
       :key="'group—' + mIndex"
-      class="cell-group mt16"
+      class="cell-group mt12"
       :border="false"
     >
       <van-cell
@@ -164,13 +164,13 @@ export default {
 .mine-list-component {
   .cell-group {
     .left-icon {
-      margin-right: 16px;
+      margin-right: 8px;
     }
     .icon-partner,
     .icon-customer {
       display: inline-block;
-      width: 20px;
-      height: 20px;
+      width: 24px;
+      height: 24px;
       background: url(@/assets/image/mine/icon-partner.png) no-repeat center;
       background-size: contain;
     }
@@ -271,9 +271,12 @@ export default {
     position: relative;
     display: flex;
     align-items: center;
+    .left-icon{
+      font-size:22px !important;
+    }
   }
 }
-.mt16 {
-  margin-top: 16px;
+.mt12 {
+  margin-top: 12px;
 }
 </style>

+ 1 - 2
apps/mobile/src/views/tabbar/Mine.vue

@@ -57,8 +57,7 @@ export default {
   background: #F5F6F7;
 }
 .mine-page-list {
-  position: relative;
-  padding-bottom: 16px;
+  padding-bottom: 12px;
 }
 .plr8 {
   padding-left: 8px;