Explorar el Código

feat: large text

Burt hace 2 años
padre
commit
a7dcb41d08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>