From b01ab2db58915d0c9b64af2c9a1f657763850e10 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Wed, 4 Mar 2026 16:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=B1=95=E7=A4=BA=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MoneyManage/ProductSelect.vue | 51 ++++++++++++++-------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/src/components/MoneyManage/ProductSelect.vue b/src/components/MoneyManage/ProductSelect.vue index 3cdf0f3..4be4e39 100644 --- a/src/components/MoneyManage/ProductSelect.vue +++ b/src/components/MoneyManage/ProductSelect.vue @@ -12,7 +12,7 @@
@@ -119,15 +119,15 @@
-
-
{{ t('common.selectedValue') }}:{{ selectedValue ? `(${selectedValue})` : - t('common.none') }}
-
- {{ t('common.cancel') }} - {{ t('common.confirm') }} -
+
+
{{ t('common.selectedValue') }}:{{ selectedValue ? `(${selectedValue})` : + t('common.none') }}
+
+ {{ t('common.cancel') }} + {{ t('common.confirm') }} +
@@ -493,7 +493,6 @@ defineExpose({ resetSelect }); top: 100%; left: 0; width: 200%; - max-height: 700px; min-height: 200px; display: flex; padding: 10px; @@ -581,21 +580,6 @@ defineExpose({ resetSelect }); } } - .selected-value { - color: #5870ff; - font-size: 12px; - text-align: center; - } - - .confirm { - width: 100%; - padding: 10px 0; - display: flex; - justify-content: center; - gap: 50px; - - - } .marketprodut { width: 100%; @@ -650,6 +634,23 @@ defineExpose({ resetSelect }); } } } + + .selected-value { + width: 100%; + color: #5870ff; + font-size: 12px; + text-align: center; + border-top: 1px solid #7E91FF; + padding-top: 10px; + } + + .confirm { + width: 100%; + padding: 10px 0; + display: flex; + justify-content: center; + gap: 50px; + } } /* Native Radio Styles */