地图优化
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
properties: {...e}
|
||||
})) || [],
|
||||
zoomOnClick: true,
|
||||
maxZoom: 20
|
||||
maxZoom: 18
|
||||
})
|
||||
this.setCenter(points.map(e => {
|
||||
return new TMap.LatLng(e.lat, e.lng)
|
||||
@@ -368,6 +368,7 @@
|
||||
}
|
||||
|
||||
::v-deep.marker {
|
||||
position: relative;
|
||||
color: #fff;
|
||||
background: #558BFE;
|
||||
padding: 0 32px;
|
||||
|
||||
Reference in New Issue
Block a user