서버 인스턴스 늘어나면 sms가 서버카드 높이 따라가도록 수정, adapter 쪽 카드 꽉 채우도록 수정.

This commit is contained in:
daekuk
2025-12-09 09:45:46 +09:00
parent d0006eda86
commit 928e245899
3 changed files with 56 additions and 23 deletions
@@ -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 {