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; + } } } }