diff --git a/app/Views/admin/designated_shop/index.php b/app/Views/admin/designated_shop/index.php index d992527..b2e7411 100644 --- a/app/Views/admin/designated_shop/index.php +++ b/app/Views/admin/designated_shop/index.php @@ -31,8 +31,8 @@ if ($currentPath === 'bag/designated-shops') { /* 기본은 내용 높이만 차지(리스트를 10행 정도로 제한하고 아래 빈 공간 없이). */ align-self: flex-start; } -/* 지정판매소 리스트: 헤더 + 약 10행만 보이고 나머지는 스크롤 */ -.ds-list-scroll { max-height: 424px; } +/* 지정판매소 리스트: 헤더 + 약 15행만 보이고 나머지는 스크롤 (행 39px×15 + 헤더 34) */ +.ds-list-scroll { max-height: 619px; } .ds-list-panel thead th { position: sticky; top: 0; @@ -356,8 +356,8 @@ $sc = $stateCounts ?? ['total' => 0, 1 => 0, 2 => 0, 3 => 0];