mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-26 00:53:06 +08:00
登录页面样式优化
This commit is contained in:
parent
2f648cbf4a
commit
702fd2456b
@ -28,7 +28,7 @@ const ChangeDepartmentPage = () => {
|
|||||||
dispatch(saveCurrentDepId(Number(value)));
|
dispatch(saveCurrentDepId(Number(value)));
|
||||||
setDepKey(value);
|
setDepKey(value);
|
||||||
setDepName(it.name);
|
setDepName(it.name);
|
||||||
navigate("/", { replace: true });
|
navigate("/member", { replace: true });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
.input-item {
|
.input-item {
|
||||||
width: 200px;
|
flex: 1;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@ -74,6 +74,7 @@
|
|||||||
height: 54px;
|
height: 54px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-left: 10px;
|
||||||
.catpcha-loading-box {
|
.catpcha-loading-box {
|
||||||
width: 125px;
|
width: 125px;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user