From 5a4a548a075bdb4c549293898de597a5e0418ab6 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 23 Aug 2023 20:29:33 +0800 Subject: [PATCH] =?UTF-8?q?ios=E8=A1=A5=E8=AE=A1=E7=AE=97=E5=8D=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 429431e3..cce271df 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -102,15 +102,15 @@
收取客户金额:
-
+
基本费用:
-
+
额外费用总计:
-
+
费用总计:
@@ -172,11 +172,11 @@ 基本费用:{{orderInfo.basePrice +'元'}} - + 额外费用总计:{{orderInfo.extraPrice +'元'}} - + 收取客户:{{orderInfo.customerAmount +'元'}} @@ -184,8 +184,8 @@ 费用总计:{{orderInfo.settleAmount +'元'}} - - + + @@ -724,8 +724,12 @@ img{ } .btnCom{ border: none; - width: 48px; - @include all-height(18px); + //width: 48px; + //@include all-height(18px); + padding: 4px 7px; + display: flex; + justify-content: center; + align-items: center; background: #354D93; border-radius: 3px; color: #FFFFFF;