diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index a7eefb4..e5d5fc8 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -95,8 +95,8 @@ const LoginPage = () => { }} style={{ width: 400, height: 54 }} placeholder="请输入管理员邮箱账号" - onKeyUp={(e) => keyUp(e)} allowClear + onKeyUp={(e) => keyUp(e)} />
@@ -108,6 +108,7 @@ const LoginPage = () => { allowClear style={{ width: 400, height: 54 }} placeholder="请输入密码" + onKeyUp={(e) => keyUp(e)} />