From 702fd2456bc8dd7759c27b2e26b36188e8a8ef0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 30 Jun 2023 15:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/change-department/index.tsx | 2 +- src/pages/login/index.module.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/change-department/index.tsx b/src/pages/change-department/index.tsx index 28bb3f4..0737f14 100644 --- a/src/pages/change-department/index.tsx +++ b/src/pages/change-department/index.tsx @@ -28,7 +28,7 @@ const ChangeDepartmentPage = () => { dispatch(saveCurrentDepId(Number(value))); setDepKey(value); setDepName(it.name); - navigate("/", { replace: true }); + navigate("/member", { replace: true }); } }; diff --git a/src/pages/login/index.module.scss b/src/pages/login/index.module.scss index 2e118eb..12d36e4 100644 --- a/src/pages/login/index.module.scss +++ b/src/pages/login/index.module.scss @@ -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;