首页样式优化

This commit is contained in:
禺狨 2023-06-29 16:10:32 +08:00
parent 1ae4f7ed00
commit 9861c67d55
2 changed files with 7 additions and 1 deletions

View File

@ -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);

View File

@ -62,6 +62,13 @@
line-height: 12px;
margin-left: 10px;
}
.success {
display: flex;
align-items: center;
font-size: 12px;
font-weight: 400;
color: #ff4d4f;
}
}
}
}