feat: 新增预算费控模型与报销审批流引擎
后端新增预算费控服务和报销单审批流模块,引入申请人费用画像 算法,优化知识库 RAG 运行时和同步逻辑,完善报销单工作流常 量和明细同步,更新差旅报销规则电子表格,前端新增预算分析 组件和数字员工模型,完善审批对话框和洞察面板交互,优化侧 边栏和顶栏样式,补充单元测试。
This commit is contained in:
@@ -506,6 +506,29 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:global(.rail-tooltip-popper) {
|
||||
max-width: 180px;
|
||||
padding: 7px 10px !important;
|
||||
border: 1px solid rgba(var(--theme-primary-rgb, 58, 124, 165), 0.22) !important;
|
||||
border-radius: 4px !important;
|
||||
background: rgba(255, 255, 255, 0.98) !important;
|
||||
color: #1f2937 !important;
|
||||
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14) !important;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
:global(.rail-tooltip-popper.el-popper.is-light) {
|
||||
border-color: rgba(var(--theme-primary-rgb, 58, 124, 165), 0.22) !important;
|
||||
}
|
||||
|
||||
:global(.rail-tooltip-popper .el-popper__arrow::before) {
|
||||
border-color: rgba(var(--theme-primary-rgb, 58, 124, 165), 0.22) !important;
|
||||
background: rgba(255, 255, 255, 0.98) !important;
|
||||
}
|
||||
|
||||
@keyframes railUserMenuIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user