feat(提现页面): 处理阿语系统自动将数组转化为阿语的问题

This commit is contained in:
hzj 2026-02-11 18:51:31 +08:00
parent ec62a4850c
commit d865cf4fd4

View File

@ -315,6 +315,8 @@
"
:value="cashOutAmount"
@input="handleCashOutAmountInput"
dir="ltr"
inputmode="decimal"
/>
</div>
@ -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;