From 127f396366d33f6337a49468775f07a6c5e733c1 Mon Sep 17 00:00:00 2001 From: king Date: Fri, 28 Aug 2026 12:31:33 +0900 Subject: [PATCH] =?UTF-8?q?fix(cupang):=20=EB=B0=95=EC=8A=A4=20=EA=B3=84?= =?UTF-8?q?=EC=82=B0=20=ED=99=94=EB=A9=B4=202=EC=97=B4=20=EB=B0=B0?= =?UTF-8?q?=EC=B9=98=C2=B7=ED=91=9C=20=EC=9E=98=EB=A6=BC=20=EB=B0=A9?= =?UTF-8?q?=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 입력표와 요약을 좌우 2열 그리드로 배치(1280px 이하는 세로 쌓기). 입력표는 자체 스크롤(max-height + sticky thead)로 행이 늘어도 카드가 잘리지 않게 하고, 요약 그리드 최소 폭을 줄여 좁은 열에서도 카드가 한 줄에 맞게 조정. Co-Authored-By: Claude Opus 5 --- .../cupang/templates/cupang/box_calc.html | 6 +++- .../cupang/templates/cupang/box_rules.html | 2 +- .../cupang/templates/cupang/centers.html | 2 +- .../cupang/templates/cupang/detail.html | 2 +- app/modules/cupang/templates/cupang/form.html | 2 +- .../cupang/templates/cupang/index.html | 2 +- .../cupang/templates/cupang/products.html | 2 +- app/static/cupang.css | 31 +++++++++++++++++-- 8 files changed, 39 insertions(+), 10 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index 0abaad1..2eca0a5 100644 --- a/app/modules/cupang/templates/cupang/box_calc.html +++ b/app/modules/cupang/templates/cupang/box_calc.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
@@ -19,6 +19,8 @@ {% else %} +
+

박스 계산

@@ -66,6 +68,8 @@
+
+