feat(部门分析): 添加部门整体分析报告功能

实现部门分析弹窗的数据获取与展示功能,新增getTeamEntiretyReport API接口
调整多个组件高度以优化布局
This commit is contained in:
2025-11-25 16:59:43 +08:00
parent 6cf6829334
commit 2ba88eff08
4 changed files with 56 additions and 8 deletions

View File

@@ -504,7 +504,7 @@ const downloadRecording = (index) => {
background: white;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 400px;
height: 420px;
}
.chart-header {