From d865cf4fd4c459c884bbbd02d76404db06fd8a8c Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 11 Feb 2026 18:51:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=90=E7=8E=B0=E9=A1=B5=E9=9D=A2):=20?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=98=BF=E8=AF=AD=E7=B3=BB=E7=BB=9F=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=B0=86=E6=95=B0=E7=BB=84=E8=BD=AC=E5=8C=96=E4=B8=BA?= =?UTF-8?q?=E9=98=BF=E8=AF=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/CashOut/CashOut.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index c75e2a2..3c6678f 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -315,6 +315,8 @@ " :value="cashOutAmount" @input="handleCashOutAmountInput" + dir="ltr" + inputmode="decimal" /> @@ -587,6 +589,11 @@ onUnmounted(() => { position: relative; } +input[type='number'] { + font-family: 'Arial', sans-serif; /* 使用支持西方数字的字体 */ + direction: ltr; /* 强制从左到右 */ +} + @media screen and (max-width: 360px) { * { font-size: 10px;