mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-23 19:42:42 +08:00
首页样式优化
This commit is contained in:
parent
1ae4f7ed00
commit
9861c67d55
@ -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);
|
||||
|
@ -62,6 +62,13 @@
|
||||
line-height: 12px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.success {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #ff4d4f;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user