From d1034fc30e99091220ec867785e29e80be5c66b4 Mon Sep 17 00:00:00 2001
From: chengmw <chengmingwei_1984122@126.com>
Date: Fri, 03 Apr 2026 10:40:00 +0800
Subject: [PATCH] style: 优化当事人信息卡片样式,改进布局与间距

---
 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