修复动画错误问题

This commit is contained in:
CN-JS-HuiBai
2026-04-06 02:32:24 +08:00
parent 61748b8959
commit 90b31f9926
2 changed files with 59 additions and 27 deletions

View File

@@ -2005,6 +2005,10 @@ input:checked+.slider:before {
opacity: 1 !important;
}
.globe-card.globe-collapsing {
pointer-events: none;
}
.globe-card.expanded .globe-body {
height: calc(90vh - 120px) !important; /* Explicit calc height for ECharts reliability */
width: 100% !important;