skyline 1 жил өмнө
parent
commit
a7072ae5b2

+ 7 - 7
src/pages/map/map.vue

@@ -270,16 +270,16 @@
 const defaulDistance = 3;
 const defaultScale = 12;
 const pointSize = {
-  width: 34,
-  height: 58,
-  fontSize: 10,
+  width: 30,
+  height: 52,
+  fontSize: 7,
   iconPath: "/static/images/map-point.png",
-  currentWidth: 52,
-  currentHeight: 86,
-  currentFontSize: 11,
+  currentWidth: 42,
+  currentHeight: 72,
+  currentFontSize: 10,
   currentIconPath: "/static/images/map-point-current.png",
   androidX: -14,
-  androidCurrentX: -20,
+  androidCurrentX: -50,
 };
 import { fetchHomeBanner } from "@/api";
 import { deCode } from "../../utils/code";

BIN
src/static/images/map-point-current.png


BIN
src/static/images/map-point.png