mirror of
https://github.com/PlayEdu/backend
synced 2025-06-16 22:31:09 +08:00
commit
36371926b3
@ -95,8 +95,8 @@ const LoginPage = () => {
|
|||||||
}}
|
}}
|
||||||
style={{ width: 400, height: 54 }}
|
style={{ width: 400, height: 54 }}
|
||||||
placeholder="请输入管理员邮箱账号"
|
placeholder="请输入管理员邮箱账号"
|
||||||
onKeyUp={(e) => keyUp(e)}
|
|
||||||
allowClear
|
allowClear
|
||||||
|
onKeyUp={(e) => keyUp(e)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="login-box d-flex mt-50">
|
<div className="login-box d-flex mt-50">
|
||||||
@ -108,6 +108,7 @@ const LoginPage = () => {
|
|||||||
allowClear
|
allowClear
|
||||||
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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user