From d1287443466a8538fabea99d07be195c1fd7570e Mon Sep 17 00:00:00 2001 From: king Date: Wed, 2 Sep 2026 14:43:33 +0900 Subject: [PATCH] =?UTF-8?q?style(cupang):=20=EB=8B=AC=EB=A0=A5=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=20=EB=B2=94=EB=A1=80=EC=99=80=20=EA=B5=AC=EB=B6=84?= =?UTF-8?q?=EC=84=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/index.html | 7 +------ app/modules/cupang/templates/cupang/products.html | 2 +- app/modules/cupang/templates/cupang/view.html | 2 +- app/static/cupang.css | 13 ------------- 6 files changed, 5 insertions(+), 23 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index 4ffaa91..4f03fa8 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 e5cbb1a..82a85e0 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/index.html b/app/modules/cupang/templates/cupang/index.html index 223ab38..5e731d4 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 %}
@@ -78,11 +78,6 @@ {% endfor %} -
- 출고 있는 날 - 오늘 - 선택한 날 -
diff --git a/app/modules/cupang/templates/cupang/products.html b/app/modules/cupang/templates/cupang/products.html index 9e55762..f2f6477 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 5d6c66a..9bc6968 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 bb4c1fb..916f8fe 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -1181,19 +1181,6 @@ body.cpg-dragging { cursor: grabbing; user-select: none; } .cpg-mcal-cell.is-out .cpg-mcal-tag { background: var(--color-midtone-gray); } /* 범례 */ -.cpg-mcal-legend { - display: flex; gap: 16px; flex-wrap: wrap; - margin-top: 12px; padding-top: 10px; - border-top: 1px solid var(--color-subtle-ash); - font-size: 11px; color: var(--color-midtone-gray); - flex-shrink: 0; -} -.cpg-mcal-legend span { display: inline-flex; align-items: center; gap: 6px; } -.cpg-mcal-legend i { width: 12px; height: 12px; border-radius: 999px; display: inline-block; } -.cpg-lg-dot { background: var(--color-deep-black); } -.cpg-lg-today { background: var(--color-deep-black); box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--color-subtle-ash); } -.cpg-lg-sel { background: var(--color-ghost-gray); box-shadow: inset 0 0 0 1.5px var(--color-deep-black); } - /* ── 쿠팡 발주 업로드 (① 카드) ── */ .cpg-po-box { border: 1px solid var(--color-subtle-ash);