From 6048b67716ebce38c553dd722a31c23072547ee4 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 27 十二月 2024 13:24:52 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 38 ++++++++++++++++++++------------------
1 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 387bdfb..293f802 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -70,19 +70,21 @@
transform: scale(1.2);
}
.bus {
+ font-size: 10px;
background-color: #2196F3;
border: 10px solid #ffffff;
position: absolute;
- width: 24px;
- height: 24px;
+ width: 15px;
+ height: 15px;
border-radius: 50%;
text-align: center;
- line-height: 24px;
+ line-height: 15px;
font-weight: bold;
transition: transform 0.3s ease;
}
.station:hover, .bus:hover {
transform: scale(1.4);
+ z-index: 999;
}
.task-bar-left {
@@ -527,21 +529,21 @@
},
getTableDataRgv() {
let that = this;
- // that.tableDataRgv = busPsto1
- // return
- $.ajax({
- url: baseUrl + "/rgv/ring/through/rgv/position/data",
- headers: {
- 'token': localStorage.getItem('token')
- },
- data: {},
- dataType: 'json',
- contentType: 'application/json;charset=UTF-8',
- method: 'post',
- success: function (res) {
- that.tableDataRgv = res.data
- }
- });
+ that.tableDataRgv = busPsto
+ return
+ // $.ajax({
+ // url: baseUrl + "/rgv/ring/through/rgv/position/data",
+ // headers: {
+ // 'token': localStorage.getItem('token')
+ // },
+ // data: {},
+ // dataType: 'json',
+ // contentType: 'application/json;charset=UTF-8',
+ // method: 'post',
+ // success: function (res) {
+ // that.tableDataRgv = res.data
+ // }
+ // });
},
getTableDataDev() {
let that = this;
--
Gitblit v1.9.1