6
0
Fork 0

修改字体大小

hui.zhou
h30830569 2022-05-26 13:46:29 +08:00
parent 0b6ad57ce8
commit 61f37a1faf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<view class="px-30rpx bg-white" v-if="goodItem.id"> <view class="px-30rpx bg-white" v-if="goodItem.id">
<GoodsItem :isAdd="true" :goods="goodItem" @addGood="addGood" /> <GoodsItem :isAdd="true" :goods="goodItem" @addGood="addGood" />
</view> </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="px-30rpx bg-white">
<view class="py-20rpx flex w-full items-start" v-for="(item,index) in chooseList" :key="index"> <view class="py-20rpx flex w-full items-start" v-for="(item,index) in chooseList" :key="index">