Ver código fonte

地图标点安卓机居中样式调整

zuy 5 meses atrás
pai
commit
6362074370
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/pages/map/map.vue

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

@@ -284,8 +284,8 @@ const pointSize = {
   currentHeight: 72,
   currentFontSize: 10,
   currentIconPath: "/static/images/map-point-current.png",
-  androidX:1,
-  androidCurrentX: 1,
+  androidX:-4,
+  androidCurrentX: -7,
 };
 import { fetchHomeBanner } from "@/api";
 import { deCode } from "../../utils/code";