| | |
| | | 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 { |
| | |
| | | }, |
| | | 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; |