diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index 4e44938..74b74a3 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -339,11 +339,13 @@
{{ t('common_add.productNum') }} - - +
+ + +
@@ -1808,6 +1810,21 @@ onMounted(async () => { min-width: 92px; flex: 0 0 92px; } + + .refund-product-num-row { + width: 10vw; + min-width: 170px; + } + + .refund-product-num-input { + min-width: 0; + } + + .refund-product-unit-select { + width: 72px; + min-width: 72px; + flex: 0 0 72px; + } } // 表单卡片样式