From 182884c4367668f279851b76be9b2b957ad0d47a Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 18 九月 2024 16:09:23 +0800 Subject: [PATCH] 改字体 --- src/pages/company/record.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/company/record.vue b/src/pages/company/record.vue index 8397a21..c05bb9f 100644 --- a/src/pages/company/record.vue +++ b/src/pages/company/record.vue @@ -12,7 +12,7 @@ </up-list-item> <view class="c-p-20"> <view class="chuany-flex chuany-justify-between chuany-flex-wrap"> - <text class="chuany-font34"> + <text class="chuany-font32"> {{dakaList.orderName}} </text> <text class=""> @@ -20,7 +20,7 @@ </text> </view> </view> - <view class="c-p-20"> + <view class="c-p-l-20 c-p-r-20"> <view class=""> <text class=""> 鎵撳崱璁板綍锛� @@ -102,7 +102,7 @@ </view> --> </up-list> <view class="tabbtns"> - <up-button color='#fece01' class="text-69" :text="dakaList.isShenPiName!=='宸茬粨绠�'?'纭':'淇敼'" :loading='isLoading' loadingText="纭涓�" + <up-button color='#fece01' class="text-69" :text="dakaList.isShenPiName!=='宸茬粨绠�'?'纭':'淇敼'" :loading='isLoading' :loadingText="dakaList.isShenPiName!=='宸茬粨绠�'?'纭涓�':'淇敼涓�'" @click="saveDakaDetailCompany"></up-button> </view> </view> -- Gitblit v1.9.1