diff --git a/src/app/(main)/m/admin/orders/page.tsx b/src/app/(main)/m/admin/orders/page.tsx index b30d3ea..bf640a2 100644 --- a/src/app/(main)/m/admin/orders/page.tsx +++ b/src/app/(main)/m/admin/orders/page.tsx @@ -778,12 +778,12 @@ function StatementPreview({ 품명 구분 현재고 - 수량 + 수량 단가 공급가 세액 합계 - 비고 + 비고 {editable && } @@ -1203,7 +1203,7 @@ function QtyInput({ initial, onSave }: { initial: number; onSave: (q: number) => onChange={(e) => setVal(e.target.value)} onBlur={commit} onKeyDown={(e) => { if (e.key === "Enter") (e.target as HTMLInputElement).blur(); }} - className="w-16 h-6 px-1 border border-slate-200 rounded text-[11px] text-right tabular-nums bg-white" + className="w-11 h-6 px-1 border border-slate-200 rounded text-[11px] text-right tabular-nums bg-white" /> ); }