修改结构
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user