mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-22 23:12:45 +08:00
登录页面样式优化
This commit is contained in:
parent
2f648cbf4a
commit
702fd2456b
@ -28,7 +28,7 @@ const ChangeDepartmentPage = () => {
|
||||
dispatch(saveCurrentDepId(Number(value)));
|
||||
setDepKey(value);
|
||||
setDepName(it.name);
|
||||
navigate("/", { replace: true });
|
||||
navigate("/member", { replace: true });
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user