feat: 新增风险图谱算法与系统仪表盘及操作反馈体系

后端新增风险图谱算法模块、风险观察与反馈服务、规则 DSL
校验器和可解释性引擎,完善系统仪表盘和财务仪表盘统计,
优化 agent 运行和编排执行链路,清理旧开发文档,前端新增
系统趋势、负载热力图等多种仪表盘图表组件,完善操作反馈
对话框和工作台日期选择器,优化报销创建和审批详情交互,
补充单元测试覆盖。
This commit is contained in:
caoxiaozhu
2026-05-30 15:46:51 +08:00
parent 4c59941ec6
commit 7989f3a159
314 changed files with 30073 additions and 20626 deletions

View File

@@ -12,10 +12,8 @@
display: grid;
grid-template-rows: auto minmax(0, 1fr);
overflow: hidden;
border-radius: 24px;
background:
radial-gradient(circle at top right, rgba(var(--theme-primary-rgb, 58, 124, 165), 0.08), transparent 28%),
linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
border-radius: 4px;
background: #fbfdff;
box-shadow:
0 24px 80px rgba(15, 23, 42, 0.22),
0 2px 12px rgba(15, 23, 42, 0.08);
@@ -51,7 +49,7 @@
max-width: 100%;
max-height: calc(92vh - 170px);
display: block;
border-radius: 20px;
border-radius: 4px;
object-fit: contain;
box-shadow: 0 16px 34px rgba(148, 163, 184, 0.26);
}
@@ -60,7 +58,7 @@
width: 100%;
height: min(78vh, 820px);
border: 0;
border-radius: 18px;
border-radius: 4px;
background: #fff;
}
@@ -92,7 +90,7 @@
gap: 6px;
padding: 0 14px;
border: 1px solid #cbd5e1;
border-radius: 12px;
border-radius: 4px;
background: #ffffff;
color: #334155;
font-size: var(--wb-fs-chip);
@@ -131,7 +129,7 @@
.welcome-card {
padding: 14px;
border-radius: 18px;
border-radius: 4px;
background: #f8fafc;
}
@@ -329,7 +327,7 @@
.assistant-modal,
.assistant-modal-stage {
border-radius: 10px;
border-radius: 4px;
}
.assistant-header {
@@ -352,7 +350,7 @@
.close-btn {
width: 40px;
height: 40px;
border-radius: 14px;
border-radius: 4px;
font-size: 16px;
}