From c2910d258fd92ff40a6d23d94c186f11d78a5fd5 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 14 九月 2024 15:02:44 +0800 Subject: [PATCH] update 花店端一些细节 --- sub_pages/customer/shopping/confirm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sub_pages/customer/shopping/confirm.vue b/sub_pages/customer/shopping/confirm.vue index 3be5aed..32714a8 100644 --- a/sub_pages/customer/shopping/confirm.vue +++ b/sub_pages/customer/shopping/confirm.vue @@ -476,10 +476,10 @@ <view class="m-l-a m-r-0 flex" style="word-break: break-all;" :class="[!dto.goodsRecordIdList||dto.goodsRecordIdList.length==0?'desc-gray':'']" @click="toSelectGood"> - <view> {{dto.goodsRecordIdListStr|| '请选择'}} + <view class="word-e" style="max-width: 400rpx;"> {{dto.goodsRecordIdListStr|| '请选择'}} </view> <!-- <view>{{dto.goodsRecordIdListStr|| '请选择'}}</view> --> - <view style="min-width: 60rpx;"> + <view class="m-t-4"> <u-icon class="m-l-a" name="arrow-right"></u-icon> </view> </view> -- Gitblit v1.9.3