Merge pull request #9 from PlayEdu/dev

登录页面密码框按回车键登录
This commit is contained in:
Teng 2023-07-05 10:53:26 +08:00 committed by GitHub
commit d35fddad01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">