From 43f72f75cfc372371bbd39b909629349f26a887f Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 30 Mar 2023 14:58:32 +0900 Subject: [PATCH] =?UTF-8?q?filx=20:=20=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C?= =?UTF-8?q?=20=EC=B9=B4=EB=93=9C=20=EB=86=92=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/biz/common/css/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 7eefb1ef..f8e3baa4 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -1760,12 +1760,17 @@ div.layoutWrapper > footer { div.dashboard { display: grid; - grid-template-columns : repeat(4,24%); + grid-template-columns : repeat(4,18rem); + grid-template-rows: repeat(auto-fill,11rem); grid-auto-flow: row; grid-column-gap: 10px; grid-row-gap: 10px; } +div.dashboard .card { + height: 100%; +} + div.chartArea { grid-column: span 2; }