From c35fb070a5ebe25d6367075f80cc25fc384f51dd Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 5 Jul 2021 15:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/panel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/panel.scss b/src/components/charts/panel.scss index 974f9a0e..f8e62092 100644 --- a/src/components/charts/panel.scss +++ b/src/components/charts/panel.scss @@ -1,6 +1,6 @@ .cn-panel { display: grid; - grid-template-columns: repeat(30, 2.90%); + grid-template-columns: repeat(30, 1fr); grid-auto-flow: row; grid-auto-rows: var(--chart-height-unit); grid-gap: 10px;