mirror of
https://github.com/PlayEdu/backend
synced 2025-06-10 19:34:11 +08:00
commit
36371926b3
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user