From bcbf3de24c9620fd8cda14a836fc10baac80b4d4 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 30 May 2026 06:29:22 +0900 Subject: [PATCH] =?UTF-8?q?ui(cupang):=20=EB=8B=AC=EB=A0=A5=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EC=97=91=EC=85=80=20=EB=B2=84=ED=8A=BC=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=20+=20=EC=84=A4=EC=A0=95=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84/=EC=9A=B0=EC=B8=A1=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 엑셀(N월) 버튼 제거 - 제품명 설정 / 입고센터 관리 / 박스 입수량 설정 로 명칭 통일, 우측 정렬 - 캐시 버전 j Co-Authored-By: Claude Opus 4.8 --- app/modules/cupang/templates/cupang/box_rules.html | 2 +- app/modules/cupang/templates/cupang/centers.html | 2 +- app/modules/cupang/templates/cupang/detail.html | 2 +- app/modules/cupang/templates/cupang/form.html | 4 ++-- app/modules/cupang/templates/cupang/index.html | 11 ++++++----- app/modules/cupang/templates/cupang/products.html | 2 +- app/static/cupang.css | 2 ++ app/templates/erp_base.html | 4 ++-- 8 files changed, 16 insertions(+), 13 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_rules.html b/app/modules/cupang/templates/cupang/box_rules.html index e7dacb7..df15139 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 b2fd971..0d9ae21 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/detail.html b/app/modules/cupang/templates/cupang/detail.html index 5bb4539..82cc5f5 100644 --- a/app/modules/cupang/templates/cupang/detail.html +++ b/app/modules/cupang/templates/cupang/detail.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/form.html b/app/modules/cupang/templates/cupang/form.html index 851e75a..f314430 100644 --- a/app/modules/cupang/templates/cupang/form.html +++ b/app/modules/cupang/templates/cupang/form.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
@@ -119,4 +119,4 @@ {% endblock %} -{% block scripts %}{% endblock %} +{% block scripts %}{% endblock %} diff --git a/app/modules/cupang/templates/cupang/index.html b/app/modules/cupang/templates/cupang/index.html index 1f623a5..bb76207 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 %}
@@ -8,10 +8,11 @@
diff --git a/app/modules/cupang/templates/cupang/products.html b/app/modules/cupang/templates/cupang/products.html index 9b660c8..f51275b 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/static/cupang.css b/app/static/cupang.css index 98ee342..90c5a4d 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -4,6 +4,8 @@ .cpg-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; } /* 맨 오른쪽으로 밀기 (수정 버튼) */ .cpg-push-right { margin-left: auto; } +/* 달력 상단 설정 버튼 그룹 — 우측 정렬 */ +.cpg-settings-btns { margin-left: auto; display: inline-flex; gap: 8px; flex-wrap: wrap; } /* ── 레이아웃: 왼쪽 큰 달력 + 오른쪽 리스트 ── */ .cpg-layout { diff --git a/app/templates/erp_base.html b/app/templates/erp_base.html index e809afa..8fa686a 100644 --- a/app/templates/erp_base.html +++ b/app/templates/erp_base.html @@ -4,8 +4,8 @@ {{ page_title or "ERP" }} — DBX Corporation - - + + {% block head_extra %}{% endblock %}