Merge pull request #10 from PlayEdu/dev

Dev
This commit is contained in:
Teng 2023-07-05 10:53:13 +08:00 committed by GitHub
commit 36371926b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,8 @@ const LoginPage = () => {
}}
style={{ width: 400, height: 54 }}
placeholder="请输入管理员邮箱账号"
onKeyUp={(e) => keyUp(e)}
allowClear
onKeyUp={(e) => keyUp(e)}
/>
</div>
<div className="login-box d-flex mt-50">
@ -108,6 +108,7 @@ const LoginPage = () => {
allowClear
style={{ width: 400, height: 54 }}
placeholder="请输入密码"
onKeyUp={(e) => keyUp(e)}
/>
</div>
<div className="login-box d-flex mt-50">