fix(malaysia): 창고 POG 글자 축소로 면별 한 페이지에 맞춤

cqh 글자 2.6→1.55, 패딩·간격 축소. 셀 내용 잘림·페이지 초과 해소.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 00:20:04 +09:00
parent fb114a222c
commit b0925b86a1
@@ -131,33 +131,33 @@
.pog-sheet {
background:#fff; width:min(100%, 1180px); aspect-ratio:297/210;
box-shadow:0 8px 24px rgba(0,0,0,.3); border-radius:4px;
padding:2.5cqh 2cqw; box-sizing:border-box;
padding:1.8cqh 1.4cqw; box-sizing:border-box;
display:flex; flex-direction:column; overflow:hidden;
container-type:size;
}
.pog-sheet .pog-sheet-head {
display:flex; justify-content:space-between; align-items:baseline;
font-weight:800; color:#0f172a; margin-bottom:2cqh; flex:0 0 auto;
font-weight:800; color:#0f172a; margin-bottom:1.2cqh; flex:0 0 auto;
}
.pog-sheet .pog-sheet-head .pog-t { font-size:4.2cqh; }
.pog-sheet .pog-sheet-head .pog-meta { font-size:2.6cqh; color:#475569; font-weight:600; }
.pog-sheet .pog-sheet-head .pog-t { font-size:2.8cqh; }
.pog-sheet .pog-sheet-head .pog-meta { font-size:1.7cqh; color:#475569; font-weight:600; }
/* 면 1개가 시트 높이를 꽉 채운다(행 flex 균등 분배 → 칸 커짐) */
.pog-sheet .rv-side { flex:1 1 auto; display:flex; flex-direction:column; min-height:0; }
.pog-sheet .rv-side h3 { display:none; }
.pog-sheet .rv-row { flex:1 1 0; gap:1.4cqw; margin:0 0 1.4cqh; min-height:0; }
.pog-sheet .rv-row { flex:1 1 0; gap:1cqw; margin:0 0 1cqh; min-height:0; }
.pog-sheet .rv-row:last-child { margin-bottom:0; }
.pog-sheet .rv-cell {
height:auto; min-height:0; padding:1.2cqh 1.2cqw; border-radius:5px;
height:auto; min-height:0; padding:0.7cqh 0.8cqw; border-radius:4px;
cursor:default; overflow:hidden; background:#f8fafc; justify-content:flex-start;
}
.pog-sheet .rv-cell.is-empty { background:#fff; }
.pog-sheet .rv-cell-head {
font-size:2.6cqh; font-weight:800; margin-bottom:1cqh; padding-bottom:0.6cqh;
font-size:1.55cqh; font-weight:800; margin-bottom:0.5cqh; padding-bottom:0.35cqh;
}
.pog-sheet .rv-pick { display:none !important; }
.pog-sheet .rv-items { gap:0.8cqh; }
.pog-sheet .rv-item { font-size:2.6cqh; line-height:1.3; }
.pog-sheet .rv-empty-note { font-size:2.6cqh; }
.pog-sheet .rv-items { gap:0.4cqh; }
.pog-sheet .rv-item { font-size:1.55cqh; line-height:1.25; }
.pog-sheet .rv-empty-note { font-size:1.55cqh; }
@media print {
body.printing-pog .erp-sidebar, body.printing-pog .erp-topbar { display:none !important; }
@@ -264,5 +264,5 @@
<div class="pog-pages" id="pog-pages"></div>
</div>
</section>
<script src="/static/malaysia_rack_view.js?v=20260619b"></script>
<script src="/static/malaysia_rack_view.js?v=20260619c"></script>
{% endblock %}