diff --git a/app/modules/cupang/templates/cupang/form.html b/app/modules/cupang/templates/cupang/form.html index f087929..0353798 100644 --- a/app/modules/cupang/templates/cupang/form.html +++ b/app/modules/cupang/templates/cupang/form.html @@ -55,6 +55,15 @@ value="{{ shipment.outbound_summary if shipment else '' }}" /> + +
+ + {% if mode == 'edit' %} + 취소 + {% else %} + 취소 + {% endif %} +
@@ -82,15 +91,6 @@ - -
- - {% if mode == 'edit' %} - 취소 - {% else %} - 취소 - {% endif %} -
diff --git a/app/static/cupang.css b/app/static/cupang.css index da6404e..1d654bf 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -80,12 +80,10 @@ @media (max-width: 900px) { .cpg-form-head, .cpg-form-lines { flex-basis: 100%; } } -/* 저장/취소 — 라인 수와 무관하게 하단 고정(스크롤해도 보임) */ +/* 저장/취소 — 공통 헤더 카드 하단에 위치(우측 라인 수와 무관) */ .cpg-form-actions { - position: sticky; bottom: 0; z-index: 5; margin-top: 16px; - padding: 12px 4px; - background: var(--color-canvas-white); + padding-top: 12px; border-top: 1px solid var(--color-subtle-ash); } .cpg-card-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }