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') {