feat: large text

This commit is contained in:
Burt 2024-01-09 09:28:27 +08:00
parent e6253d84fd
commit a7dcb41d08

View File

@ -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>