From 96f4f1ea3a088d315a60c65bae50b5074441bf4c Mon Sep 17 00:00:00 2001
From: chengmw <chengmingwei_1984122@126.com>
Date: Tue, 07 Apr 2026 15:17:44 +0800
Subject: [PATCH] feat: 更新环境配置文件
---
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