fix:품목 테이블 레이아웃 개선 - 품목명 40% 확대

This commit is contained in:
pro
2026-01-28 17:48:01 +09:00
parent 5f64d14aef
commit 3b3ef9ef8e

View File

@@ -247,14 +247,14 @@
<table className="w-full text-sm table-fixed">
<thead className="bg-stone-100 border-b border-stone-200">
<tr>
<th className="px-3 py-2.5 text-left font-medium text-stone-700">품목명</th>
<th className="px-3 py-2.5 text-right font-medium text-stone-700 w-[55px]">수량</th>
<th className="px-3 py-2.5 text-right font-medium text-stone-700 w-[95px]">단가</th>
<th className="px-3 py-2.5 text-right font-medium text-stone-700 w-[95px]">공급가액</th>
<th className="px-3 py-2.5 text-right font-medium text-stone-700 w-[85px]">세액</th>
<th className="px-3 py-2.5 text-right font-medium text-stone-700 w-[95px]">금액</th>
<th className="px-3 py-2.5 text-center font-medium text-stone-700 w-[75px]">과세유형</th>
<th className="px-3 py-2.5 text-center font-medium text-stone-700 w-[36px]"></th>
<th className="px-3 py-2.5 text-left font-medium text-stone-700 w-[40%]">품목명</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[50px]">수량</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[80px]">단가</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[85px]">공급가액</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[75px]">세액</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[85px]">금액</th>
<th className="px-2 py-2.5 text-center font-medium text-stone-700 w-[60px]">과세유형</th>
<th className="px-1 py-2.5 text-center font-medium text-stone-700 w-[32px]"></th>
</tr>
</thead>
<tbody className="divide-y divide-stone-100">