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;