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;