From 61bf95b58ed472a3d6014e1a14bef9173d71cfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Sat, 7 Feb 2026 05:10:29 +0900 Subject: [PATCH] =?UTF-8?q?style:=20[WEB]=20=EC=A4=91=EA=B0=84=EA=B2=80?= =?UTF-8?q?=EC=82=AC=20=EB=AA=A8=EB=8B=AC=20=EC=8A=A4=ED=83=80=EC=9D=BC?= =?UTF-8?q?=EC=9D=84=20=EC=88=98=EC=9E=85=EA=B2=80=EC=82=AC=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=EA=B3=BC=20=EB=8F=99=EC=9D=BC=ED=95=98=EA=B2=8C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Dialog 레이아웃: p-0, flex col, max-h-[90vh] 적용 - 헤더/스크롤/하단 3영역 분리 (판정+버튼 하단 고정) - 토글 버튼 스타일 통일 (black/gray-100 border) - 인풋 h-11 rounded-lg border-gray-300 적용 - 라벨 text-sm font-bold span으로 변경 - 검사완료 버튼 bg-black, 취소 버튼 outline 스타일 --- .../WorkerScreen/InspectionInputModal.tsx | 290 +++++++++--------- 1 file changed, 145 insertions(+), 145 deletions(-) diff --git a/src/components/production/WorkerScreen/InspectionInputModal.tsx b/src/components/production/WorkerScreen/InspectionInputModal.tsx index 6a9f0492..8a45ca38 100644 --- a/src/components/production/WorkerScreen/InspectionInputModal.tsx +++ b/src/components/production/WorkerScreen/InspectionInputModal.tsx @@ -20,7 +20,6 @@ import { } from '@/components/ui/dialog'; import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; -import { Label } from '@/components/ui/label'; import { Textarea } from '@/components/ui/textarea'; import { cn } from '@/lib/utils'; @@ -82,15 +81,15 @@ function StatusToggle({ onChange: (v: 'good' | 'bad') => void; }) { return ( -
+