地图缩放融合

This commit is contained in:
2026-06-04 14:23:17 +08:00
parent 7d268f6425
commit 5b6a1a60a1
8 changed files with 728 additions and 34 deletions
+30
View File
@@ -335,6 +335,36 @@ h3 {
background: #dc2626;
}
.cluster-marker {
display: flex !important;
align-items: center;
justify-content: center;
border: 2px solid white;
border-radius: 999px;
color: white;
background: #2563eb;
box-shadow: 0 6px 16px rgba(15, 23, 42, 0.3);
font-size: 13px;
font-weight: 900;
line-height: 1;
}
.cluster-marker span {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.cluster-medium {
background: #1d4ed8;
}
.cluster-large {
background: #1e40af;
}
.node-detail-panel {
min-height: 180px;
}