From 928e245899acfb74856497dcc1d7d74706a77cb9 Mon Sep 17 00:00:00 2001 From: daekuk Date: Tue, 9 Dec 2025 09:45:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=20=EC=9D=B8=EC=8A=A4?= =?UTF-8?q?=ED=84=B4=EC=8A=A4=20=EB=8A=98=EC=96=B4=EB=82=98=EB=A9=B4=20sms?= =?UTF-8?q?=EA=B0=80=20=EC=84=9C=EB=B2=84=EC=B9=B4=EB=93=9C=20=EB=86=92?= =?UTF-8?q?=EC=9D=B4=20=EB=94=B0=EB=9D=BC=EA=B0=80=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95,=20adapter=20=EC=AA=BD=20=EC=B9=B4=EB=93=9C?= =?UTF-8?q?=20=EA=BD=89=20=EC=B1=84=EC=9A=B0=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dashboard-adapter.jsp | 11 +++- .../components/dashboard-sms.jsp | 4 -- .../jsp/dashboard-modern/modern-dashboard.jsp | 64 ++++++++++++++----- 3 files changed, 56 insertions(+), 23 deletions(-) diff --git a/WebContent/jsp/dashboard-modern/components/dashboard-adapter.jsp b/WebContent/jsp/dashboard-modern/components/dashboard-adapter.jsp index cea8669..bc3761d 100644 --- a/WebContent/jsp/dashboard-modern/components/dashboard-adapter.jsp +++ b/WebContent/jsp/dashboard-modern/components/dashboard-adapter.jsp @@ -115,10 +115,15 @@ .adapter-summary-card { padding: 0; overflow: hidden; + display: flex; + flex-direction: column; } .adapter-summary-container { padding: 0.5rem 1rem; + flex-grow: 1; + display: flex; + flex-direction: column; } .adapter-summary-header { @@ -130,8 +135,10 @@ } .adapter-summary-body { - max-height: 300px; - overflow-y: auto; + flex-grow: 1; + display: flex; + flex-direction: column; + justify-content: space-around; /* 내용을 수직으로 균등 배분 */ } .adapter-summary-row { diff --git a/WebContent/jsp/dashboard-modern/components/dashboard-sms.jsp b/WebContent/jsp/dashboard-modern/components/dashboard-sms.jsp index f1f5d7c..f516167 100644 --- a/WebContent/jsp/dashboard-modern/components/dashboard-sms.jsp +++ b/WebContent/jsp/dashboard-modern/components/dashboard-sms.jsp @@ -33,11 +33,9 @@ .dashboard-sms-summary .card { border-radius: 0.35rem; box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15); - height: 337px; /* servers 카드와 강제로 높이 맞춤 */ } .sms-table-container { - max-height: 220px; overflow-y: auto; } @@ -56,8 +54,6 @@ position: sticky; top: 0; z-index: 10; - - /* 텍스트 정렬, 균등하게 */ } .sms-table td { diff --git a/WebContent/jsp/dashboard-modern/modern-dashboard.jsp b/WebContent/jsp/dashboard-modern/modern-dashboard.jsp index daa4ffa..b112a56 100644 --- a/WebContent/jsp/dashboard-modern/modern-dashboard.jsp +++ b/WebContent/jsp/dashboard-modern/modern-dashboard.jsp @@ -126,12 +126,8 @@