修复无法正常渲染的问题

This commit is contained in:
CN-JS-HuiBai
2026-04-05 01:26:17 +08:00
parent 0f4d3a2986
commit 37444eb6f4
3 changed files with 45 additions and 12 deletions

View File

@@ -586,7 +586,7 @@ input:checked+.slider:before {
/* ---- Charts Section ---- */
.charts-section {
display: grid;
grid-template-columns: 3fr 2fr;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 24px;
}
@@ -761,8 +761,8 @@ input:checked+.slider:before {
}
.globe-body {
flex: 1;
min-height: 280px;
height: 280px; /* Match chart-body height exactly */
padding: 12px 22px;
position: relative;
overflow: hidden;
cursor: grab;