refactor(nav): 화면 헤더 뒤로가기 버튼 제거 — 하단 네비 뒤로가기로 유도
Deploy / deploy (push) Failing after 14m3s

- 계좌 폼·정기결제 폼·계좌 상세·내역 폼·예산 폼·포인트 상점 헤더의 뒤로가기(←/‹) 제거
- 폼 취소 버튼·공개(약관/삭제) 페이지 돌아가기는 유지
- 뒤로가기는 하단 네비게이션 바(뒤로) 사용

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-10 23:20:04 +09:00
parent 466fbe8136
commit 42cfeccbaf
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -302,7 +302,6 @@ onMounted(() => {
<!-- 예산 추가/수정 (인라인 페이지 헤더·하단바 유지, 뒤로가기로 닫힘) -->
<div v-else class="budget-page">
<header class="ep-head">
<IconBtn icon="back" title="뒤로" @click="closeForm()" />
<span class="ep-title">예산 {{ editId ? '수정' : '추가' }}</span>
</header>
<form class="budget-form" @submit.prevent="submit">