mirror of https://github.com/openspug/spug
U 优化登录页面密码输入框
parent
fa63a70344
commit
0537c397fa
|
@ -114,9 +114,8 @@ export default function () {
|
|||
prefix={<UserOutlined className={styles.icon}/>}/>
|
||||
</Form.Item>
|
||||
<Form.Item name="password" className={styles.formItem}>
|
||||
<Input
|
||||
<Input.Password
|
||||
size="large"
|
||||
type="password"
|
||||
autoComplete="off"
|
||||
placeholder="请输入密码"
|
||||
onPressEnter={handleSubmit}
|
||||
|
|
Loading…
Reference in New Issue