feat(提现页面): 处理阿语系统自动将数组转化为阿语的问题
This commit is contained in:
parent
ec62a4850c
commit
d865cf4fd4
@ -315,6 +315,8 @@
|
|||||||
"
|
"
|
||||||
:value="cashOutAmount"
|
:value="cashOutAmount"
|
||||||
@input="handleCashOutAmountInput"
|
@input="handleCashOutAmountInput"
|
||||||
|
dir="ltr"
|
||||||
|
inputmode="decimal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -587,6 +589,11 @@ onUnmounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type='number'] {
|
||||||
|
font-family: 'Arial', sans-serif; /* 使用支持西方数字的字体 */
|
||||||
|
direction: ltr; /* 强制从左到右 */
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 360px) {
|
@media screen and (max-width: 360px) {
|
||||||
* {
|
* {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user