浏览代码

地图图标修改

skyline 1 年之前
父节点
当前提交
a7072ae5b2
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/pages/map/map.vue
  2. 二进制
      src/static/images/map-point-current.png
  3. 二进制
      src/static/images/map-point.png

+ 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";

二进制
src/static/images/map-point-current.png


二进制
src/static/images/map-point.png