From d8974c0d693b51760ba5ab935aa240512a873a93 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 25 四月 2023 08:37:29 +0800 Subject: [PATCH] 修改样式,修复已知bug --- 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