ui(cupang): 품목 라인 체크박스 칸 가운데 정렬 (Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>)

This commit is contained in:
2026-05-30 06:25:07 +09:00
parent fdabeec4e3
commit 2f16457ac6
8 changed files with 15 additions and 11 deletions
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
@@ -119,4 +119,4 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %}<script src="/static/cupang.js?v=20260530h" defer></script>{% endblock %} {% block scripts %}<script src="/static/cupang.js?v=20260530i" defer></script>{% endblock %}
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
@@ -1,6 +1,6 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530h" />{% endblock %} {% block head_extra %}<link rel="stylesheet" href="/static/cupang.css?v=20260530i" />{% endblock %}
{% block content %} {% block content %}
<section class="cpg"> <section class="cpg">
+6 -2
View File
@@ -174,8 +174,12 @@
/* ── 라인 테이블 ── */ /* ── 라인 테이블 ── */
.cpg-lines td { vertical-align: middle; } .cpg-lines td { vertical-align: middle; }
.cpg-check-col { width: 36px; text-align: center; } .cpg-lines th.cpg-check-col,
.cpg-check-col input { cursor: pointer; } .cpg-lines td.cpg-check-col {
width: 36px; text-align: center;
padding-left: 0; padding-right: 0; vertical-align: middle;
}
.cpg-check-col input { display: block; margin: 0 auto; cursor: pointer; }
.cpg-lines .cpg-name-sel { width: 100%; min-width: 160px; } .cpg-lines .cpg-name-sel { width: 100%; min-width: 160px; }
/* 폭 고정: 제품코드 140px, 수량·입수량 60px */ /* 폭 고정: 제품코드 140px, 수량·입수량 60px */
.cpg-lines .cpg-code { width: 140px; min-width: 140px; box-sizing: border-box; } .cpg-lines .cpg-code { width: 140px; min-width: 140px; box-sizing: border-box; }
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page_title or "ERP" }} — DBX Corporation</title> <title>{{ page_title or "ERP" }} — DBX Corporation</title>
<link rel="stylesheet" href="/static/erp.css?v=20260530h" /> <link rel="stylesheet" href="/static/erp.css?v=20260530i" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530h" /> <link rel="stylesheet" href="/static/erp-shell.css?v=20260530i" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" /> <link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %} {% block head_extra %}{% endblock %}
</head> </head>