fix(admin): 거래명세표/발주서 전체 bold + 매입발주서 좌:우 비율·품명폭 조정
Deploy momo-erp / deploy (push) Successful in 1m53s

- 거래명세표(admin/orders) 캡처 영역 전체 font-bold [&_*]:font-bold — 가독성 ↑
- 발주서(admin/procurements) 캡처 영역도 동일하게 bold 적용
  화면/이미지 공유/인쇄 모두 굵게 표시
- 매입 발주서 관리 좌:우 레이아웃: 360px → 480px (왼쪽 리스트 더 넓게)
- 발주서 품명 컬럼 width 220px 로 제한 (단위/수량/단가/금액 열에 공간 양보)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-05-19 01:32:24 +09:00
parent 73317166ab
commit dc05d48c82
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ function StatementPreview({
)}
</div>
<div ref={statementRef} className="bg-white p-3">
<div ref={statementRef} className="bg-white p-3 font-bold [&_*]:font-bold">
<div className="text-center">
<h2 className="text-2xl font-bold tracking-[0.3em] text-slate-900"> </h2>
</div>
+3 -3
View File
@@ -237,7 +237,7 @@ export default function ProcurementsPage() {
</div>
</div>
<div className="grid grid-cols-1 lg:grid-cols-[360px_1fr] gap-3">
<div className="grid grid-cols-1 lg:grid-cols-[480px_1fr] gap-3">
<div className="bg-white border border-slate-200 rounded-xl overflow-hidden">
<div className="px-3 py-2 bg-slate-50 border-b border-slate-200 text-xs font-semibold text-slate-600">
({list.length})
@@ -397,7 +397,7 @@ function ProcurementForm({ detail, vendors, onSetVendor, onSetMemo, onSetTerm, o
</a>
</div>
<div ref={formRef} className="bg-white p-3">
<div ref={formRef} className="bg-white p-3 font-bold [&_*]:font-bold">
<div className="text-center">
<h2 className="text-2xl font-bold tracking-[0.4em] text-slate-900"> </h2>
</div>
@@ -450,7 +450,7 @@ function ProcurementForm({ detail, vendors, onSetVendor, onSetMemo, onSetTerm, o
<thead className="bg-slate-100">
<tr>
<th className="border border-slate-400 px-1 py-1 w-8">#</th>
<th className="border border-slate-400 px-2 py-1 text-left"></th>
<th className="border border-slate-400 px-2 py-1 text-left w-[220px]"></th>
<th className="border border-slate-400 px-1 py-1 w-12"></th>
<th className="border border-slate-400 px-1 py-1 w-16"></th>
<th className="border border-slate-400 px-1 py-1 w-20"></th>