fix: 지정판매소 리스트 기본 표시 행 10 → 15개

.ds-list-scroll max-height 424px → 619px (헤더 + 약 15행).
This commit is contained in:
taekyoungc
2026-07-03 19:18:52 +09:00
parent 9b28d78a90
commit 142ed1110d

View File

@@ -31,8 +31,8 @@ if ($currentPath === 'bag/designated-shops') {
/* 기본은 내용 높이만 차지(리스트를 10행 정도로 제한하고 아래 빈 공간 없이). */ /* 기본은 내용 높이만 차지(리스트를 10행 정도로 제한하고 아래 빈 공간 없이). */
align-self: flex-start; align-self: flex-start;
} }
/* 지정판매소 리스트: 헤더 + 약 10행만 보이고 나머지는 스크롤 */ /* 지정판매소 리스트: 헤더 + 약 15행만 보이고 나머지는 스크롤 (행 39px×15 + 헤더 34) */
.ds-list-scroll { max-height: 424px; } .ds-list-scroll { max-height: 619px; }
.ds-list-panel thead th { .ds-list-panel thead th {
position: sticky; position: sticky;
top: 0; top: 0;
@@ -356,8 +356,8 @@ $sc = $stateCounts ?? ['total' => 0, 1 => 0, 2 => 0, 3 => 0];
<div class="ds-row ds-row-4-even"> <div class="ds-row ds-row-4-even">
<div class="ds-field-label">업종</div> <div class="ds-field-label">업종</div>
<div class="ds-field-value" data-ro="ds_biz_kind">—</div> <div class="ds-field-value" data-ro="ds_biz_kind">—</div>
<div class="ds-field-label">구·군</div> <div class="ds-field-label">구·군(동코드)</div>
<div class="ds-field-value" data-ro="gugun_name">—</div> <div class="ds-field-value" data-ro="dong_display">—</div>
</div> </div>
<div class="ds-row ds-row-4-even"> <div class="ds-row ds-row-4-even">
<div class="ds-field-label">구역</div> <div class="ds-field-label">구역</div>