update
1.调整图标大小
This commit is contained in:
@@ -47,8 +47,8 @@ export function typeToIcon1(type: string) {
|
|||||||
const iconSize = [21, 52];
|
const iconSize = [21, 52];
|
||||||
const imageSize = [21, 52];
|
const imageSize = [21, 52];
|
||||||
if (type == '1') {
|
if (type == '1') {
|
||||||
const iconS = [30, 65];
|
const iconS = [28, 65];
|
||||||
const imageS = [30, 65];
|
const imageS = [28, 65];
|
||||||
return createIcon({ icon: mapIcon11, iconSize: iconS, imageSize: imageS });
|
return createIcon({ icon: mapIcon11, iconSize: iconS, imageSize: imageS });
|
||||||
}
|
}
|
||||||
if (type == '3') {
|
if (type == '3') {
|
||||||
|
|||||||
Reference in New Issue
Block a user