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 | 23 +++--------------------
1 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index af06e79..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);
@@ -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