- 계좌 폼·정기결제 폼·계좌 상세·내역 폼·예산 폼·포인트 상점 헤더의 뒤로가기(←/‹) 제거 - 폼 취소 버튼·공개(약관/삭제) 페이지 돌아가기는 유지 - 뒤로가기는 하단 네비게이션 바(뒤로) 사용 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1171,7 +1171,6 @@ onMounted(async () => {
|
||||
<!-- 내역 추가/수정: 목록 대신 콘텐츠 영역에 인라인 페이지로(헤더·하단바 유지, 뒤로가기로 닫힘) -->
|
||||
<div v-else class="entry-page">
|
||||
<header class="ep-head">
|
||||
<IconBtn icon="back" title="뒤로" @click="closeForm()" />
|
||||
<span class="ep-title">{{ editId ? '내역 수정' : '내역 추가' }}</span>
|
||||
</header>
|
||||
<form class="entry-form" @submit.prevent="submit">
|
||||
|
||||
@@ -115,7 +115,6 @@ onMounted(load)
|
||||
<template>
|
||||
<section class="wdetail">
|
||||
<header class="wd-head">
|
||||
<IconBtn icon="back" title="뒤로" @click="router.back()" />
|
||||
<span class="wd-title">{{ wallet?.name || '계좌' }}</span>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -183,7 +183,6 @@ async function submit() {
|
||||
<template>
|
||||
<section class="rform">
|
||||
<header class="rf-head">
|
||||
<IconBtn icon="back" title="뒤로" @click="goBack" />
|
||||
<span class="rf-title">정기결제 {{ isEdit ? '수정' : '추가' }}</span>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -146,7 +146,6 @@ async function submit() {
|
||||
<template>
|
||||
<section class="wform">
|
||||
<header class="wf-head">
|
||||
<IconBtn icon="back" title="뒤로" @click="goBack" />
|
||||
<span class="wf-title">{{ isEdit ? `${typeLabel(form.type)} 수정` : '계좌 추가' }}</span>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div class="shop-wrap">
|
||||
<header class="shop-header">
|
||||
<button type="button" class="back-btn" @click="router.back()">‹</button>
|
||||
<h1 class="shop-title">포인트 상점</h1>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user