ui(cupang): 신규/수정 폼 저장·취소 버튼 하단 sticky 고정

라인 수가 늘어도 저장/취소 위치가 밀리지 않도록 position:sticky bottom

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 05:11:05 +09:00
parent d9ea7550b0
commit b75fda5901
2 changed files with 9 additions and 1 deletions
@@ -83,7 +83,7 @@
</div><!-- /cpg-form-2col -->
<div class="erp-page-actions">
<div class="erp-page-actions cpg-form-actions">
<button type="submit" class="erp-btn erp-btn-primary">저장</button>
{% if mode == 'edit' %}
<a class="erp-btn erp-btn-outline" href="/cupang/{{ shipment.id }}">취소</a>