From 9861c67d55987164ef9077cab6caaa609a3f126d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 29 Jun 2023 16:10:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/change-department/index.tsx | 1 - src/pages/index/compenents/courses-model.module.scss | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/change-department/index.tsx b/src/pages/change-department/index.tsx index 34700e7..aed96c1 100644 --- a/src/pages/change-department/index.tsx +++ b/src/pages/change-department/index.tsx @@ -17,7 +17,6 @@ const ChangeDepartmentPage = () => { const currentDepId = useSelector( (state: any) => state.loginUser.value.currentDepId ); - console.log(currentDepId); const onDepClick = (value: any) => { let it = departments.find((o: any) => o.id === value); diff --git a/src/pages/index/compenents/courses-model.module.scss b/src/pages/index/compenents/courses-model.module.scss index 5a87d3a..4489140 100644 --- a/src/pages/index/compenents/courses-model.module.scss +++ b/src/pages/index/compenents/courses-model.module.scss @@ -62,6 +62,13 @@ line-height: 12px; margin-left: 10px; } + .success { + display: flex; + align-items: center; + font-size: 12px; + font-weight: 400; + color: #ff4d4f; + } } } }