From 1fdf41cc692eb7b208fe647259d4295164280a41 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 21 四月 2023 14:12:09 +0800 Subject: [PATCH] 修改历史提煤单 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue index cbbb80a..5746de9 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue @@ -45,7 +45,7 @@ <view class="label-title">浣欓噺</view> <view class="label-value">{{ item.allowance || 0 }}</view> </view> - <view class="more-button"><u-button type="success" text="鏇村" @click="showMore(index)"></u-button></view> + <view class="more-button"><u-button type="success" text="璇︽儏" @click="showMore(index)"></u-button></view> </view> </view> </view> @@ -160,6 +160,7 @@ color: #909399; } .label-value { + min-width: vww(85); margin-top: vww(10); color: #606266; } -- Gitblit v1.9.1