From 149fd7c6e1bca35377dd86bee97a295f9e52f442 Mon Sep 17 00:00:00 2001
From: chengmw <chengmingwei_1984122@126.com>
Date: Wed, 15 Apr 2026 17:53:50 +0800
Subject: [PATCH] feat: 集中化API调用,将预警消息和当事人列表加载集成到CaseDataContext
---
web-app/src/components/common/WarningAlert.css | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/web-app/src/components/common/WarningAlert.css b/web-app/src/components/common/WarningAlert.css
index 2308984..ec36c75 100644
--- a/web-app/src/components/common/WarningAlert.css
+++ b/web-app/src/components/common/WarningAlert.css
@@ -23,10 +23,18 @@
min-width: 0;
}
-.warning-icon {
- color: #faad14;
- font-size: 1rem;
+.warning-icon-img {
+ width: 16px;
+ height: 16px;
flex-shrink: 0;
+ margin-right: 6px;
+}
+
+.warning-modal-icon {
+ width: 16px;
+ height: 16px;
+ margin-right: 8px;
+ vertical-align: middle;
}
.warning-label {
--
Gitblit v1.8.0