优化预算管理页面,移除冗余的底部安全距离元素
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 6s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-07 15:00:55 +08:00
parent fcf122c806
commit 1bd6b688c1

View File

@@ -1,6 +1,6 @@
<template>
<div class="page-container-flex">
<van-nav-bar title="预算管理" placeholder safe-area-inset-top>
<van-nav-bar title="预算管理" placeholder>
<template #right>
<van-icon name="plus" size="20" @click="showAddPopup = true" />
</template>
@@ -293,9 +293,9 @@
</div>
</van-tab>
</van-tabs>
<!-- 底部安全距离 -->
<div style="height: calc(50px + env(safe-area-inset-bottom, 0px))"></div>
</div>
<!-- 底部安全距离 -->
<div style="height: calc(50px + env(safe-area-inset-bottom, 0px))"></div>
</div>
<!-- 添加预算弹窗 -->