From ef86526095dd8235426e04c9f61827f09544e468 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Mon, 3 Nov 2025 13:52:18 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E8=B0=83=E6=95=B4=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/mapUtils/commonFun.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/mapUtils/commonFun.ts b/src/assets/mapUtils/commonFun.ts index bc9ec40..9b7bbe4 100644 --- a/src/assets/mapUtils/commonFun.ts +++ b/src/assets/mapUtils/commonFun.ts @@ -47,8 +47,8 @@ export function typeToIcon1(type: string) { const iconSize = [21, 52]; const imageSize = [21, 52]; if (type == '1') { - const iconS = [30, 65]; - const imageS = [30, 65]; + const iconS = [28, 65]; + const imageS = [28, 65]; return createIcon({ icon: mapIcon11, iconSize: iconS, imageSize: imageS }); } if (type == '3') {