From 309ed0561c1123e0d8df7c8b26de60b6107b08fd Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期三, 11 九月 2024 09:32:47 +0800
Subject: [PATCH] #fs

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index ebd24eb..b1fc25e 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -13,7 +13,7 @@
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
             margin: 0;
             padding: 0;
-            background-color: #dbd8d8;
+            background-color: #a0d2eb;
             color: #ffffff;
             display: flex;
             justify-content: center;
@@ -70,7 +70,7 @@
         }
         .bus {
             background-color: #2196F3;
-            border: 2px solid #ffffff;
+            border: 20px solid #ffffff;
         }
         .station:hover, .bus:hover {
             transform: scale(1.4);
@@ -86,7 +86,7 @@
         <div class="outer-ring"></div>
 
         <!-- Stations on outer ring -->
-<!--        <div class="station" style="top: -10px; left: 50%;">1</div>-->
+<!--        <div class="station" style="top: 49%; left: 99%;">1000</div>-->
 <!--        <div class="station" style="top: 30%; left: 100%;">2</div>-->
 <!--        <div class="station" style="top: 70%; left: 100%;">3</div>-->
 <!--        <div class="station" style="top: 110%; left: 50%;">4</div>-->
@@ -111,24 +111,7 @@
             el: '#app',
             data: {
                 tableDataRgv: [],
-                tableDataDev: [],
-                addWeekPlanDataWeeklySign: [
-                    {
-                        index: 1,
-                        valueX: 50,
-                        valueY: 96.5
-                    },
-                    {
-                        index: 2,
-                        valueX: 0,
-                        valueY: 0
-                    },
-                    {
-                        index: 3,
-                        valueX: 80,
-                        valueY: 55
-                    }
-                ]
+                tableDataDev: []
             },
             created(){
                 this.init();

--
Gitblit v1.9.1