Burt 2 лет назад
Родитель
Сommit
a7dcb41d08
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -13,7 +13,7 @@
           class="flex bg-white items-center justify-between p-3 mb-2"
           @click="goDetailPage(item.url)"
         >
-          <text class="flex-1 text-5 text-dark">{{ item.name }}</text>
+          <text class="flex-1 text-4 text-dark">{{ item.name }}</text>
           <text class="i-carbon-chevron-right"></text>
         </view>
       </view>