From 5525ed0398c496b43a09377d0c59d143e7ff3e98 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 24 九月 2024 19:04:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'remote-v2/master-2.0' into master-2.0

---
 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