From dcc059815e8b527aa17e7289763dd91b98c243b4 Mon Sep 17 00:00:00 2001 From: king Date: Tue, 1 Sep 2026 12:09:25 +0900 Subject: [PATCH] =?UTF-8?q?style(cupang):=20=EB=93=B1=EB=A1=9D=20=EC=A0=9C?= =?UTF-8?q?=ED=92=88=20=ED=91=9C=20=EC=A0=9C=ED=92=88=EB=AA=85=20=EC=97=B4?= =?UTF-8?q?=20160px=20=EA=B3=A0=EC=A0=95?= 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/centers.html | 2 +- app/modules/cupang/templates/cupang/detail.html | 2 +- app/modules/cupang/templates/cupang/form.html | 2 +- app/modules/cupang/templates/cupang/index.html | 2 +- app/modules/cupang/templates/cupang/products.html | 2 +- app/static/cupang.css | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index ad7f975..cdcbe95 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 e659d57..9f7d023 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 b6ea5e5..d8d4956 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 a03b700..d8bdeee 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 7f46582..c0df8e9 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 %}
diff --git a/app/modules/cupang/templates/cupang/index.html b/app/modules/cupang/templates/cupang/index.html index a6e47ff..087e4f6 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 d3cab9e..ae2d2fe 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 4fcd38b..80fadf5 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -1104,11 +1104,11 @@ body.cpg-dragging { cursor: grabbing; user-select: none; } text-overflow: ellipsis; vertical-align: middle; } -/* 제품명(남는 폭) / 제품코드 / 쿠팡상품코드 / 상태 / 동작 */ +/* 제품명 160 / 제품코드 96 / 쿠팡상품코드(남는 폭) / 상태 62 / 동작 108 */ +.cpg-prod-right .erp-table th:nth-child(1), +.cpg-prod-right .erp-table td:nth-child(1) { width: 160px; } .cpg-prod-right .erp-table th:nth-child(2), .cpg-prod-right .erp-table td:nth-child(2) { width: 96px; } -.cpg-prod-right .erp-table th:nth-child(3), -.cpg-prod-right .erp-table td:nth-child(3) { width: 104px; } .cpg-prod-right .erp-table th:nth-child(4), .cpg-prod-right .erp-table td:nth-child(4) { width: 62px; } .cpg-prod-right .erp-table th:nth-child(5),