mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-11-19 07:27:41 +08:00
登录页面密码框按回车键登录
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user