From 46ce6d78b8b336f29a70a6482f34e207d0328fdc Mon Sep 17 00:00:00 2001 From: king Date: Tue, 1 Sep 2026 20:26:06 +0900 Subject: [PATCH] =?UTF-8?q?style(cupang):=20=EC=83=81=EC=9E=90=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EB=A8=B8=EB=A6=AC=EA=B8=80=20=EA=B5=B5=EA=B2=8C?= =?UTF-8?q?=C2=B7=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95=EB=A0=AC,=20?= =?UTF-8?q?=EC=97=B4=20=EB=84=88=EB=B9=84=20=ED=99=95=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 머리글 글자가 잘리지 않도록 상자번호 82px / 제품코드 100px / 수량 62px Co-Authored-By: Claude Opus 5 --- app/modules/cupang/templates/cupang/box_calc.html | 2 +- app/modules/cupang/templates/cupang/box_rules.html | 2 +- app/modules/cupang/templates/cupang/centers.html | 2 +- app/modules/cupang/templates/cupang/index.html | 2 +- app/modules/cupang/templates/cupang/products.html | 2 +- app/modules/cupang/templates/cupang/view.html | 2 +- app/static/cupang.css | 11 +++++++---- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index d22f741..cbe0829 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 %}
diff --git a/app/modules/cupang/templates/cupang/box_rules.html b/app/modules/cupang/templates/cupang/box_rules.html index 25f226e..c82e865 100644 --- a/app/modules/cupang/templates/cupang/box_rules.html +++ b/app/modules/cupang/templates/cupang/box_rules.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/centers.html b/app/modules/cupang/templates/cupang/centers.html index be3a93c..f0ecf61 100644 --- a/app/modules/cupang/templates/cupang/centers.html +++ b/app/modules/cupang/templates/cupang/centers.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/index.html b/app/modules/cupang/templates/cupang/index.html index 15450d4..71b4c28 100644 --- a/app/modules/cupang/templates/cupang/index.html +++ b/app/modules/cupang/templates/cupang/index.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/products.html b/app/modules/cupang/templates/cupang/products.html index 683a74e..de7a4a2 100644 --- a/app/modules/cupang/templates/cupang/products.html +++ b/app/modules/cupang/templates/cupang/products.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/view.html b/app/modules/cupang/templates/cupang/view.html index 013c768..2de96bd 100644 --- a/app/modules/cupang/templates/cupang/view.html +++ b/app/modules/cupang/templates/cupang/view.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %} {# 출고 묶음 보기 — 상자 계산 화면과 같은 3열 구성. 읽기 전용(수정 없음). #} diff --git a/app/static/cupang.css b/app/static/cupang.css index 35e9db5..1d40a5b 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -1426,12 +1426,15 @@ a.cpg-boxno-dl:hover { background: #1a5c38; border-color: #1a5c38; font-weight: position: sticky; top: 0; z-index: 2; background: var(--color-ghost-gray); overflow: visible; text-overflow: clip; /* 머리글은 줄여 쓰지 않는다 */ - padding-left: 6px; padding-right: 6px; + padding-left: 4px; padding-right: 4px; + font-weight: 700; + text-align: center; } -.cpg-boxno-c-no { width: 74px; } +/* 머리글 글자가 잘리지 않을 만큼의 너비(12px 한글 기준) */ +.cpg-boxno-c-no { width: 82px; } .cpg-boxno-c-name { width: auto; } -.cpg-boxno-c-code { width: 92px; } -.cpg-boxno-c-qty { width: 58px; } +.cpg-boxno-c-code { width: 100px; } +.cpg-boxno-c-qty { width: 62px; } .cpg-boxno-cell { text-align: center; font-weight: 700; font-family: var(--font-geist-mono);