实现密炼物料种类配置关联解析功能,新增种类查找表加载与解析接口,优化选料弹窗层级与刷新功能,增强用户体验与系统稳定性。

This commit is contained in:
geht
2026-05-25 20:29:07 +08:00
parent dc3f305303
commit 441c19e87a
13 changed files with 556 additions and 170 deletions

View File

@@ -56,6 +56,12 @@
}
}
// 高层级业务弹窗(如混炼示方选料 z-index 1500打开时顶部提示需置于弹窗之上
.ant-message,
.ant-notification {
z-index: 2200 !important;
}
// =======================================
// ============ [sjl] 按钮组样式 ==========
// =======================================