From 4f5cbfb0878d0d35ce01b7c32ade1807c067fd27 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 19 九月 2024 16:12:43 +0800
Subject: [PATCH] add 签到和其他页面细节
---
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