登录页面样式优化

This commit is contained in:
禺狨 2023-06-30 15:42:31 +08:00
parent 2f648cbf4a
commit 702fd2456b
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ const ChangeDepartmentPage = () => {
dispatch(saveCurrentDepId(Number(value)));
setDepKey(value);
setDepName(it.name);
navigate("/", { replace: true });
navigate("/member", { replace: true });
}
};

View File

@ -58,7 +58,7 @@
align-items: center;
margin-top: 20px;
.input-item {
width: 200px;
flex: 1;
height: 54px;
background: #ffffff;
border-radius: 8px;
@ -74,6 +74,7 @@
height: 54px;
border-radius: 4px;
overflow: hidden;
margin-left: 10px;
.catpcha-loading-box {
width: 125px;
height: 54px;