mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 06:40:06 +08:00
登录页面密码框按回车键登录
This commit is contained in:
parent
4af407e6b9
commit
bc0557569c
@ -91,6 +91,7 @@ const LoginPage: React.FC = () => {
|
|||||||
}}
|
}}
|
||||||
style={{ width: 400, height: 54 }}
|
style={{ width: 400, height: 54 }}
|
||||||
placeholder="请输入密码"
|
placeholder="请输入密码"
|
||||||
|
onKeyUp={(e) => keyUp(e)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="login-box d-flex mt-50">
|
<div className="login-box d-flex mt-50">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user