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; } }