修复无法正常渲染的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user