样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
2025-12-27 21:15:26 +08:00
parent 1192bdb46f
commit e11603caec
11 changed files with 131 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="page-container">
<div class="page-container-flex">
<van-nav-bar
:title="navTitle"
left-text="返回"
@@ -8,6 +8,7 @@
placeholder
/>
<div class="scroll-content">
<!-- 第一层选择交易类型 -->
<div v-if="currentLevel === 0" class="level-container">
<van-cell-group inset>
@@ -90,6 +91,7 @@
message="删除后无法恢复,确定要删除吗?"
@confirm="handleConfirmDelete"
/>
</div>
</div>
</template>