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

@@ -61,7 +61,7 @@ foreach ($sheetRows as $row) {
</section>
<section class="grid grid-cols-1 xl:grid-cols-2 gap-2">
<div class="border border-gray-300 rounded-lg bg-white">
<div class="border border-gray-300 rounded-lg overflow-hidden 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 max-h-[500px]">
<table class="w-full data-table text-sm">
@@ -114,7 +114,7 @@ foreach ($sheetRows as $row) {
</div>
<div class="space-y-2">
<div class="border border-gray-300 rounded-lg bg-white">
<div class="border border-gray-300 rounded-lg overflow-hidden 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 max-h-[260px]">
<table class="w-full data-table text-sm">
@@ -169,7 +169,7 @@ foreach ($sheetRows as $row) {
</div>
</div>
<div class="border border-gray-300 rounded-lg bg-white">
<div class="border border-gray-300 rounded-lg overflow-hidden 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 max-h-[240px]">
<table class="w-full data-table text-sm">