소스 검색

个人中心样式优化

bzkf30 1 년 전
부모
커밋
2c1de26c01
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/home/wode/wdsy.vue
  2. 1 1
      src/pages/home/wode/wdxx.vue

+ 1 - 1
src/pages/home/wode/wdsy.vue

@@ -5,7 +5,7 @@
         <van-icon name="arrow-left" color="#ffffff" size="18px" />
       </template>
     </van-nav-bar>
-    <div class="px-20px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
+    <div class="mx-20px mt-15px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
       <div class="type_item" :class="activeType==index?'active':''" v-for="(item, index) in typeData" :key="index" @click="handleTab(index)">{{item.name}}</div>
     </div>
     <div class="p-20px flex-1 overflow-auto">

+ 1 - 1
src/pages/home/wode/wdxx.vue

@@ -5,7 +5,7 @@
         <van-icon name="arrow-left" color="#ffffff" size="18px" />
       </template>
     </van-nav-bar>
-    <div class="px-20px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
+    <div class="mx-20px mt-15px flex items-center p-4px box-border bg-hex-1A1B22 rounded-12px text-14px">
       <div class="type_item" :class="activeType==index?'active':''" v-for="(item, index) in typeData" :key="index" @click="handleTab(index)">{{item.name}}</div>
     </div>
     <div class="p-20px flex-1 overflow-auto">