From 6f45735adfdcd973a19f638f9ced9629f79cd6de Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Wed, 15 Apr 2026 16:12:01 +0800
Subject: [PATCH] v2.0: 提交当前所有变更,准备创建v2.0标签

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