From e00db98396203d920b250035419f418f36d83499 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 16 Jan 2025 13:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E8=B4=A6=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index 8f7e2783..ec16c3ff 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -897,7 +897,7 @@ export default { .leftTitle { opacity: .5; - @include wh(60px, 189px); + width: 60px; } .rightContent { @@ -980,6 +980,7 @@ img { .inputContent { text-align: right; + flex: 1; } }