fix:품목 테이블 품목명 확대, 나머지 컬럼 축소

This commit is contained in:
pro
2026-01-28 18:02:58 +09:00
parent ab0335ff94
commit 2b95ed1f40

View File

@@ -262,14 +262,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 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>
<th className="px-3 py-2.5 text-left font-medium text-stone-700">품목명</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[45px]">수량</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[70px]">단가</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-[65px]">세액</th>
<th className="px-2 py-2.5 text-right font-medium text-stone-700 w-[75px]">금액</th>
<th className="px-1 py-2.5 text-center font-medium text-stone-700 w-[50px]">과세</th>
<th className="px-1 py-2.5 text-center font-medium text-stone-700 w-[28px]"></th>
</tr>
</thead>
<tbody className="divide-y divide-stone-100">