diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index 4db14f4..916339a 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -347,20 +347,14 @@ @change="handleCurrencyChange" /> -
-
- {{ - t('common_add.permanentGold') }}: - +
+
+ {{ t('common_add.permanentGold') }}: +
-
- {{ - t('common_add.freeGold') }}: - +
+ {{ t('common_add.freeGold') }}: +
@@ -413,19 +407,25 @@
{{ t('common_add.permanentGold') }} -   {{ t('cash.unit') }} +
+ + {{ t('cash.unit') }} +
{{ t('common_add.freeGold') }} -   {{ t('cash.unit') }} +
+ + {{ t('cash.unit') }} +
{{ t('common_add.refundReason') }}
-
{{ t('common_add.tip') }}
+
{{ t('common_add.tip') }}
{{ t('common.cancel') }} {{ t('common.submit') }} @@ -1808,6 +1808,57 @@ onMounted(async () => { flex: 1; min-width: 0; } + + .gold-value-group { + margin-bottom: 15px; + } + + .gold-value-row { + display: flex; + align-items: center; + gap: 12px; + margin-bottom: 10px; + } + + .gold-value-row:last-child { + margin-bottom: 0; + } + + .gold-value-label { + color: #999999; + width: 110px; + min-width: 110px; + white-space: nowrap; + } + + .gold-value-input { + width: 160px; + max-width: 160px; + } + + .refund-gold-input-wrap { + display: flex; + align-items: center; + gap: 8px; + flex: 1; + min-width: 0; + } + + .refund-gold-input { + width: 120px; + max-width: 120px; + } + + .refund-gold-unit { + color: #666666; + white-space: nowrap; + } + + .refund-tip { + margin-left: 122px; + color: #666666; + line-height: 1.5; + } } :deep(.adddialog .el-form-item__label) {