From 5b782381e20e8dcc1e007831ae10c27e35df43da Mon Sep 17 00:00:00 2001 From: Vce Date: Thu, 28 Mar 2024 19:18:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sevenLargeScreen/digitalConstruction/carPosition/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue b/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue index 8f9dd92..04b8539 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/carPosition/index.vue @@ -1086,7 +1086,7 @@ function addMarker() { var marker = new AMap.Marker({ icon: startIcon, position: [locationList.value[0].longitude, locationList.value[0].latitude], - size: new AMap.Size(25, 34) + size: new AMap.Size(25, 34), offset: new AMap.Pixel(-12, -29) }); marker.setMap(map);