fix: 지정판매소 리스트 기본 표시 행 10 → 15개
.ds-list-scroll max-height 424px → 619px (헤더 + 약 15행).
This commit is contained in:
@@ -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];
|
||||
<div class="ds-row ds-row-4-even">
|
||||
<div class="ds-field-label">업종</div>
|
||||
<div class="ds-field-value" data-ro="ds_biz_kind">—</div>
|
||||
<div class="ds-field-label">구·군</div>
|
||||
<div class="ds-field-value" data-ro="gugun_name">—</div>
|
||||
<div class="ds-field-label">구·군(동코드)</div>
|
||||
<div class="ds-field-value" data-ro="dong_display">—</div>
|
||||
</div>
|
||||
<div class="ds-row ds-row-4-even">
|
||||
<div class="ds-field-label">구역</div>
|
||||
|
||||
Reference in New Issue
Block a user