From 5c56e879ebe62ae1c02ad21ca5474daaaf5525e9 Mon Sep 17 00:00:00 2001 From: lukeyan <1727408482@qq.com> Date: Mon, 31 Jul 2023 17:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=85=AC=E5=8F=B8=E7=82=B9?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/baiduapi.js | 8 +- src/components/offLineMap/index.vue | 535 ++++--- .../personBack/components/abnormalTable.vue | 2 +- .../personBack/components/normalTable.vue | 2 +- src/views/factorResources/map.vue | 458 +++--- src/views/realtimeWarning/index.vue | 1258 +++++++++-------- src/views/realtimeWarning/map.vue | 524 ++++--- 7 files changed, 1489 insertions(+), 1298 deletions(-) diff --git a/public/baiduapi.js b/public/baiduapi.js index 8e9f33d..bfc7fba 100644 --- a/public/baiduapi.js +++ b/public/baiduapi.js @@ -6034,13 +6034,13 @@ window.BMAP_AUTHENTIC_KEY = "iSZit9hpxlgGq28nmIyFk8lQQ21widby"; }) } }); - var Ad = new nd(I.pa + "", new M(19, 25), { + var Ad = new nd(I.pa + "marker_red_sprite.png", new M(19, 25), { anchor: new M(10, 25), infoWindowAnchor: new M(10, 0) }) - , Bd = new nd(I.pa + "marker_red_sprite.png", new M(20, 11), { - anchor: new M(6, 11), - imageOffset: new M(-19, -13) + , Bd = new nd(I.pa + "marker_red_sprite.png", new M(50, 120), { + anchor: new M(50, 120), + imageOffset: new M(-10, 40) }); function W(a, b) { b = b || {}; diff --git a/src/components/offLineMap/index.vue b/src/components/offLineMap/index.vue index 7c70e42..434f450 100644 --- a/src/components/offLineMap/index.vue +++ b/src/components/offLineMap/index.vue @@ -1,234 +1,202 @@ \ No newline at end of file diff --git a/src/views/applySupermarket/personBack/components/abnormalTable.vue b/src/views/applySupermarket/personBack/components/abnormalTable.vue index e21c0e5..a804beb 100644 --- a/src/views/applySupermarket/personBack/components/abnormalTable.vue +++ b/src/views/applySupermarket/personBack/components/abnormalTable.vue @@ -235,7 +235,7 @@ export default { // } .pagination_body { width: 44vw; - height: 4vh; + height: 4.5vh; display: flex; flex-direction: row-reverse; // border: 0.1px solid #2f6363; diff --git a/src/views/applySupermarket/personBack/components/normalTable.vue b/src/views/applySupermarket/personBack/components/normalTable.vue index 76a4081..400e48e 100644 --- a/src/views/applySupermarket/personBack/components/normalTable.vue +++ b/src/views/applySupermarket/personBack/components/normalTable.vue @@ -139,7 +139,7 @@ export default { } .pagination_body { width: 44vw; - height: 4vh; + height: 4.5vh; display: flex; flex-direction: row-reverse; // border: 0.1px solid #2f6363; diff --git a/src/views/factorResources/map.vue b/src/views/factorResources/map.vue index 1304e14..36aa051 100644 --- a/src/views/factorResources/map.vue +++ b/src/views/factorResources/map.vue @@ -1,215 +1,270 @@ \ No newline at end of file diff --git a/src/views/realtimeWarning/index.vue b/src/views/realtimeWarning/index.vue index f7225d8..2ec3720 100644 --- a/src/views/realtimeWarning/index.vue +++ b/src/views/realtimeWarning/index.vue @@ -1,663 +1,723 @@ \ No newline at end of file diff --git a/src/views/realtimeWarning/map.vue b/src/views/realtimeWarning/map.vue index 076d34a..523547e 100644 --- a/src/views/realtimeWarning/map.vue +++ b/src/views/realtimeWarning/map.vue @@ -1,179 +1,184 @@ \ No newline at end of file