1
This commit is contained in:
@@ -150,6 +150,17 @@ defineExpose({ addMarkers, clearMarkers, focusMarker, drawRadiusCircle, clearRad
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
/* 缩放控件左侧垂直居中 */
|
||||
:deep(.leaflet-control-zoom) {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
:deep(.leaflet-top.leaflet-left) {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
:deep(.map-popup h4) {
|
||||
margin: 0 0 4px;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user