修改字体大小
parent
0b6ad57ce8
commit
61f37a1faf
|
|
@ -11,7 +11,7 @@
|
|||
<view class="px-30rpx bg-white" v-if="goodItem.id">
|
||||
<GoodsItem :isAdd="true" :goods="goodItem" @addGood="addGood" />
|
||||
</view>
|
||||
<view v-if="chooseList.length>0" class="py-20rpx text-32rpx font-extrabold text-center">下单商品</view>
|
||||
<view v-if="chooseList.length>0" class="py-20rpx text-40rpx font-extrabold text-center">下单商品</view>
|
||||
<!-- 提货数量 -->
|
||||
<view class="px-30rpx bg-white">
|
||||
<view class="py-20rpx flex w-full items-start" v-for="(item,index) in chooseList" :key="index">
|
||||
|
|
|
|||
Loading…
Reference in New Issue