Commit 6d670cc1 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent e2d5eae1
......@@ -73,11 +73,11 @@
.codeItem {
width: 48px;
height: 48px;
line-height: 48px;
line-height: 0.5;
text-align: center;
background: #FFFFFF;
border: 1px solid #EBECF0;
font-size: 26px;
font-size: 80px;
}
.codeInput {
height: 48px;
......
......@@ -407,7 +407,7 @@ const OrderPayModal: React.FC<OrderPayModalProps> = (props) => {
className={style.codeItem}
key={index}
>
{code[index]}
{code[index]?.replace(/[0-9]/g, '·')}
</div>)
}
<Input.Password
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment