登录页面密码框按回车键登录

This commit is contained in:
禺狨 2023-07-05 10:45:31 +08:00
parent 4af407e6b9
commit bc0557569c

View File

@ -91,6 +91,7 @@ const LoginPage: React.FC = () => {
}}
style={{ width: 400, height: 54 }}
placeholder="请输入密码"
onKeyUp={(e) => keyUp(e)}
/>
</div>
<div className="login-box d-flex mt-50">