style: 의견 목록 상태 셀렉트 너비 확대 + 추이 분석 표 모서리 둥글게(overflow-hidden)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
taekyoungc
2026-06-16 16:23:46 +09:00
parent 14b628b7ac
commit ec1f8f6b03
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ $prevAvgLabel = ($trendBasis ?? '') === 'month' ? '전년 동월' : '전년 평
</div>
<?php endif; ?>
<div class="m-2 border border-gray-300 rounded-lg">
<div class="m-2 border border-gray-300 rounded-lg overflow-hidden">
<div class="bg-gray-100 px-3 py-1.5 text-sm font-bold border-b">월별 판매 추이 분석 조회 내역</div>
<div class="overflow-auto max-h-[28rem]">
<table class="w-full data-table text-sm">

View File

@@ -59,7 +59,7 @@ $seasonScope = $seasonMonthsLabel !== ''
</p>
</section>
<div class="m-2 border border-gray-300 rounded-lg">
<div class="m-2 border border-gray-300 rounded-lg overflow-hidden">
<div class="bg-gray-100 px-3 py-1.5 text-sm font-bold border-b">
계절별 판매 추이 분석 조회 내역
<?php if ($queried): ?> — <?= esc($seasonScope) ?><?php endif; ?>