From 177b861dc8cd5080e8302a7ddf2d0474e209c5f1 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Thu, 16 Apr 2026 16:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moneyManage/receiveDetail/receiveService.vue | 83 +++++++++++++++++----- 1 file changed, 67 insertions(+), 16 deletions(-) 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) {