From bea8ed607e051b057ddbfd78ac064270f2f2e66b Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 5 Apr 2026 01:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=82=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 15511a0..a9151b2 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -586,7 +586,7 @@ input:checked+.slider:before { /* ---- Charts Section ---- */ .charts-section { display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 4fr 1.5fr; gap: 16px; margin-bottom: 24px; }