From 689dd676fc0efb31236d989334122590b7198d61 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 16 三月 2026 09:30:11 +0800
Subject: [PATCH] 1

---
 Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/style.css |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/style.css b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/style.css
index 850244b..6c3eee6 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/style.css
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/style.css
@@ -6,27 +6,28 @@
 body {
   margin: 0;
   min-height: 100vh;
+  background: #f5f7fa;
 }
 
-/* Status Colors */
+/* Status Colors - Element Plus */
 .status-stopped {
-  border-left: 4px solid #6c757d;
+  border-left: 4px solid #909399;
 }
 
 .status-starting {
-  border-left: 4px solid #0dcaf0;
+  border-left: 4px solid #409eff;
 }
 
 .status-running {
-  border-left: 4px solid #198754;
+  border-left: 4px solid #67c23a;
 }
 
 .status-stopping {
-  border-left: 4px solid #ffc107;
+  border-left: 4px solid #e6a23c;
 }
 
 .status-error {
-  border-left: 4px solid #dc3545;
+  border-left: 4px solid #f56c6c;
 }
 
 /* Loading Spinner Overlay */
@@ -58,13 +59,12 @@
 }
 
 /* Card hover effect */
-.card {
-  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
+.el-card {
+  transition: all 0.3s ease;
 }
 
-.card:hover {
+.el-card:hover {
   transform: translateY(-2px);
-  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 }
 
 /* Custom scrollbar */
@@ -78,10 +78,10 @@
 }
 
 ::-webkit-scrollbar-thumb {
-  background: #888;
+  background: #c0c4cc;
   border-radius: 4px;
 }
 
 ::-webkit-scrollbar-thumb:hover {
-  background: #555;
+  background: #909399;
 }

--
Gitblit v1.9.3