修复地图拖拽问题

This commit is contained in:
CN-JS-HuiBai
2026-04-05 01:41:26 +08:00
parent 6b82cfb561
commit 0cf10a7e8a
2 changed files with 27 additions and 5 deletions

View File

@@ -762,7 +762,7 @@ input:checked+.slider:before {
.globe-body {
height: 280px; /* Match chart-body height exactly */
padding: 12px 22px;
padding: 0; /* Remove padding to avoid ECharts coordinate mismatch */
position: relative;
overflow: hidden;
cursor: grab;