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