修改结构

This commit is contained in:
CN-JS-HuiBai
2026-04-04 20:47:05 +08:00
parent 66244efcd7
commit 831d1d93c4
3 changed files with 13 additions and 115 deletions

View File

@@ -522,7 +522,7 @@ input:checked + .slider:before {
/* ---- Charts Section ---- */
.charts-section {
display: grid;
grid-template-columns: 1fr 360px;
grid-template-columns: 1fr;
gap: 16px;
margin-bottom: 24px;
}
@@ -565,8 +565,8 @@ input:checked + .slider:before {
.chart-legend {
display: flex;
gap: 16px;
font-size: 0.75rem;
gap: 24px;
font-size: 0.8rem;
color: var(--text-secondary);
}
@@ -587,7 +587,7 @@ input:checked + .slider:before {
.chart-body {
padding: 12px 22px;
height: 220px;
height: 280px;
}
.chart-body canvas {