feat: 添加电话号码与微小调整

This commit is contained in:
2026-03-17 20:09:19 +08:00
parent 662f05d523
commit 51ce0ccd8b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<view class="flex flex-items-start flex-col"
v-for="(item, index) in goodsData.commodityPackageConfig" :key="index"
>
<view class="title-row ml-4 mb-4">
<view class="title-row py-4 ml-4">
<text class="left font-size-14 color-171717">{{ item.name }}</text>
<view class="sep" aria-hidden="true"></view>
<text class="right font-size-14 color-171717">{{ item.count }}{{ item.unit }}</text>