style: 표 카드 모서리 둥글게(overflow-hidden) 일괄 적용

헤더 바(bg-gray-50)가 둥근 테두리를 뚫고 나오던 카드 컨테이너에 overflow-hidden 추가(12개 파일).
order_change: 중복 플래시 출력도 함께 제거.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
taekyoungc
2026-06-15 13:31:46 +09:00
parent 77c7d3e119
commit e6a49e379a
12 changed files with 33 additions and 38 deletions

View File

@@ -65,7 +65,7 @@ for ($year = $baseYear - 2; $year <= $baseYear + 2; $year++) {
</form>
</section>
<section class="border border-gray-300 rounded-lg mt-2 bg-white">
<section class="border border-gray-300 rounded-lg overflow-hidden mt-2 bg-white">
<div class="border-b border-gray-300 bg-gray-50 px-2 py-1 text-sm font-bold text-gray-700">발주목록</div>
<div class="overflow-auto">
<table class="w-full data-table text-sm">