This commit is contained in:
2026-07-30 15:05:56 +08:00
parent 1c5d50c339
commit f41ec31852
11 changed files with 269 additions and 49 deletions
+11
View File
@@ -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;