地图缩放融合
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user