From 6bb08c2297be1b6415c8bc02e6917eba6ee355e5 Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Fri, 03 Apr 2026 10:42:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test/tony.cheng/260312' into test/shimai.huang/260309

---
 web-app/src/App.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/web-app/src/App.css b/web-app/src/App.css
index c2f4790..84b67ec 100644
--- a/web-app/src/App.css
+++ b/web-app/src/App.css
@@ -549,15 +549,15 @@
   transform: none;
 }
 
-/* 终止按钮 - 蓝色主题 */
+/* 终止按钮 - 红色渐变主题 */
 .state-control-btn--terminate {
-  background: linear-gradient(135deg, #1A6FB8 0%, #0d4a8a 100%);
-  box-shadow: 0 2px 8px rgba(26, 111, 184, 0.3);
+  background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
+  box-shadow: 0 2px 8px rgba(230, 57, 70, 0.3);
 }
 
 .state-control-btn--terminate:hover {
-  background: linear-gradient(135deg, #1d7fcc 0%, #0f55a0 100%);
-  box-shadow: 0 4px 16px rgba(26, 111, 184, 0.4);
+  background: linear-gradient(135deg, #f04a57 0%, #d41926 100%);
+  box-shadow: 0 4px 16px rgba(230, 57, 70, 0.4);
 }
 
 /* 恢复按钮 - 绿色主题 */

--
Gitblit v1.8.0