fix: 布局
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 57s

This commit is contained in:
luo
2026-07-29 16:53:19 +08:00
parent b5e4a1259b
commit 7136655f48
3 changed files with 38 additions and 42 deletions

View File

@@ -30,7 +30,7 @@
<text class="package-price">{{ formatPackagePrice(item.retail_price) }}</text>
</view>
<view class="btn">
<up-button type="primary" @click="buyPackage(item)">立即订购</up-button>
<up-button type="primary" size="small" @click="buyPackage(item)">立即订购</up-button>
</view>
</view>
</view>