feat(topOne): 添加各中心营期阶段组件并优化API调用
- 新增PeriodStage组件展示各中心营期阶段信息 - 移除任务管理相关代码,替换为营期阶段展示 - 修改API端点路径,优化优秀录音文件接口调用 - 调整TeamAlerts组件样式,减小最大高度
This commit is contained in:
@@ -63,7 +63,7 @@ const aggregatedAlerts = computed(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
max-height: 300px;
|
||||
max-height: 270px;
|
||||
overflow-y: auto;
|
||||
|
||||
// 自定义滚动条样式
|
||||
|
||||
Reference in New Issue
Block a user