ui(cupang): 헤더 입력 185px 강제 + 라인 추가/삭제 버튼 제목행 우측

- 헤더 입력 185px 특이도 강화(.cpg .cpg-header-grid .erp-field>input)
- 라인 추가/삭제 버튼을 "품목 라인" 제목행 우측으로 이동(하단 footer 제거)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 05:38:33 +09:00
parent 2607e0610f
commit 800fbd1da4
2 changed files with 15 additions and 13 deletions
@@ -68,12 +68,16 @@
<!-- ── 품목 라인 (오른쪽) ── -->
<div class="erp-card cpg-form-card cpg-form-lines">
<div class="cpg-card-head">
<div class="cpg-card-head cpg-lines-head">
<h2>품목 라인</h2>
<span class="erp-muted">
제품명 선택 시 제품코드 자동 입력. 수량 입력 시 박스 수 자동 계산.
{% if not products %}<a href="/cupang/products">설정에서 제품명 먼저 등록</a>{% endif %}
</span>
<div class="cpg-lines-btns">
<button type="button" class="erp-btn erp-btn-outline" id="cpg-add-line">+ 라인 추가</button>
<button type="button" class="erp-btn erp-btn-danger" id="cpg-del-line">라인 삭제</button>
</div>
</div>
<div class="erp-table-wrap cpg-lines-scroll">
@@ -87,10 +91,6 @@
<tbody id="cpg-lines-body"><!-- JS 렌더 --></tbody>
</table>
</div>
<div class="cpg-lines-foot">
<button type="button" class="erp-btn erp-btn-outline" id="cpg-add-line">+ 라인 추가</button>
<button type="button" class="erp-btn erp-btn-danger" id="cpg-del-line">라인 삭제</button>
</div>
</div>
</div><!-- /cpg-form-2col -->