From b0925b86a1622cd974a72b9905883615f701b061 Mon Sep 17 00:00:00 2001 From: king Date: Fri, 19 Jun 2026 00:20:04 +0900 Subject: [PATCH] =?UTF-8?q?fix(malaysia):=20=EC=B0=BD=EA=B3=A0=20POG=20?= =?UTF-8?q?=EA=B8=80=EC=9E=90=20=EC=B6=95=EC=86=8C=EB=A1=9C=20=EB=A9=B4?= =?UTF-8?q?=EB=B3=84=20=ED=95=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=20?= =?UTF-8?q?=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cqh 글자 2.6→1.55, 패딩·간격 축소. 셀 내용 잘림·페이지 초과 해소. Co-Authored-By: Claude Opus 4.8 --- .../templates/malaysia/rack_view.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/modules/malaysia/templates/malaysia/rack_view.html b/app/modules/malaysia/templates/malaysia/rack_view.html index 3a12bc8..58ccc49 100644 --- a/app/modules/malaysia/templates/malaysia/rack_view.html +++ b/app/modules/malaysia/templates/malaysia/rack_view.html @@ -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 @@
- + {% endblock %}