feat: 优化岗位等级系统和UI样式
主要更新: 1. 修复岗位等级数据: - 重新分类49个岗位到正确等级(普通岗29个、技术骨干岗12个、储备干部岗8个) - 更新项目库中所有项目的适用岗位,按照新的岗位等级映射关系重新配置 - 岗位卡片按等级排序:普通岗 → 技术骨干岗 → 储备干部岗 2. 优化任务列表(当日事项)样式: - 复用参考项目的任务列表样式,添加虚线时间轴设计 - 添加导师头像显示和个性化定位 - 在头像左侧添加状态圆点,根据任务完成状态显示不同颜色 - 修复时间显示格式,统一显示开始时间 - 设置1V1规划课时长为2小时 3. 优化日历组件: - 区分当前月份和其他月份日期的颜色显示 - 修复月份切换时高亮显示错误的问题 4. 优化课程列表样式: - 移除教师专长的hover效果 - 统一课程名称字体粗细,优化选中状态样式 5. 优化项目库适用岗位显示: - 修复第三张岗位卡片显示不全的问题 - 超过3个岗位时自动换行显示 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -100,20 +100,32 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.project-cases-modal-horizontal-list {
|
||||
/* 单元分类区域样式 */
|
||||
.unit-category-section {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.unit-category-subtitle {
|
||||
font-size: 14px;
|
||||
color: #86909c;
|
||||
margin-bottom: 12px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
.project-cases-modal-horizontal-list {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
gap: 15px;
|
||||
|
||||
.high-count-list-item {
|
||||
width: 220px;
|
||||
.high-count-list-item {
|
||||
width: 210px;
|
||||
height: 82px;
|
||||
background-color: #f7f8fa;
|
||||
margin-right: 20px;
|
||||
border-radius: 8px;
|
||||
padding: 16px;
|
||||
box-sizing: border-box;
|
||||
@@ -185,7 +197,7 @@
|
||||
> i {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-image: url("@/assets/images/ProjectLibraryPage/class_icon.png");
|
||||
background-image: url("https://ddcz-1315997005.cos.ap-nanjing.myqcloud.com/static/img/teach_sys_icon/recuWifMbjj7jH.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user