1.调整图标大小
This commit is contained in:
2025-11-03 13:52:18 +08:00
parent f617922cd3
commit ef86526095
+2 -2
View File
@@ -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') {