From e73925f9f3a4be298aac89251f317cab5c14ac04 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 05 六月 2025 10:15:43 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/index.html |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 9e060ac..7f035d3 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -60,14 +60,14 @@
         .station {
             position: absolute;
             width: 20px;
-            height: 24px;
-            /*border-radius: 50%;*/
+            height: 14px;
             text-align: center;
-            line-height: 24px;
+            line-height: 1.5; /* 璋冩暣琛岄珮涓庡瓧浣撳ぇ灏忕殑姣斿�� */
+            font-size: 10px; /* 璁剧疆鏇村皬鐨勫瓧浣� */
             font-weight: bold;
             transition: transform 0.3s ease;
             background-color: #ab1839;
-            transform: scale(1.2);
+            transform: scale(1); /* 鍙�夛細濡傛灉涓嶉渶瑕佹斁澶ф晥鏋� */
         }
         .bus {
             font-size: 10px;
@@ -286,6 +286,14 @@
                             prop="modiTime"
                             label="涓嬪彂鏃堕棿">
                     </el-table-column>
+                    <el-table-column
+                            prop="crnStrTime"
+                            label="寮�濮嬫墽琛屾椂闂�">
+                    </el-table-column>
+                    <el-table-column
+                            prop="crnEndTime"
+                            label="鎵ц缁撴潫鏃堕棿">
+                    </el-table-column>
 <!--                    <el-table-column-->
 <!--                            prop="modiTime"-->
 <!--                            label="鏇存柊鏃堕棿">-->

--
Gitblit v1.9.1