feat: 增强风险规则生成引擎与预算中心页面

后端拆分风险规则生成为解释器、语义分析、本体对齐等子模块,
优化模板执行和流程图生成,完善员工种子数据和导入逻辑,增强
报销单权限策略和草稿持久化,前端新增预算中心视图和趋势图
组件,重构审计页面和风险规则测试对话框交互,完善文档中心
和报销创建页面细节,补充单元测试覆盖。
This commit is contained in:
caoxiaozhu
2026-05-26 09:15:14 +08:00
parent d0e946cf47
commit 0e861d8fa6
150 changed files with 14953 additions and 4099 deletions

View File

@@ -725,12 +725,18 @@
}
.hero-fact-grid {
grid-template-columns: repeat(5, minmax(132px, 1fr));
overflow-x: auto;
grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(0, 1fr));
overflow: visible;
}
.hero-fact {
min-width: 132px;
min-width: 0;
padding-inline: 16px;
}
.hero-fact strong {
white-space: nowrap;
word-break: normal;
}
.detail-expense-table {
@@ -822,6 +828,18 @@
white-space: normal;
}
.application-detail-facts {
grid-template-columns: 1fr;
}
.application-detail-fact {
border-left: 0;
}
.application-detail-fact:nth-child(2) {
border-top: 1px solid #edf2f7;
}
.detail-card {
padding: 14px 16px;
}