fix(WEB): 검사입력 모달 UI/UX 개선
- ImportInspectionInputModal 수입검사 입력 모달 개선 - InspectionInputModal 작업자화면 검사입력 개선 - ProductInspectionInputModal 제품검사 입력 개선 - WipProductionModal 수정 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -169,7 +169,7 @@ export function WipProductionModal({ open, onOpenChange }: WipProductionModalPro
|
||||
<div className="border rounded-md overflow-hidden">
|
||||
<table className="w-full text-sm">
|
||||
<thead>
|
||||
<tr className="bg-gray-900 text-white">
|
||||
<tr className="bg-muted">
|
||||
<th className="px-3 py-2 text-center font-medium text-xs">품목코드</th>
|
||||
<th className="px-3 py-2 text-center font-medium text-xs">품목명</th>
|
||||
<th className="px-3 py-2 text-center font-medium text-xs">규격</th>
|
||||
@@ -254,7 +254,7 @@ export function WipProductionModal({ open, onOpenChange }: WipProductionModalPro
|
||||
<Button
|
||||
variant="outline"
|
||||
onClick={handleCancel}
|
||||
className="bg-gray-900 text-white hover:bg-gray-800 hover:text-white"
|
||||
className=""
|
||||
>
|
||||
취소
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user