修复问题
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 16s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
2026-01-02 18:58:07 +08:00
parent 5c76e9287e
commit 7704a04429
5 changed files with 55 additions and 11 deletions

View File

@@ -68,7 +68,7 @@
</van-list>
<!-- 底部安全距离 -->
<div style="height: calc(80px + env(safe-area-inset-bottom, 0px))"></div>
<div style="height: calc(50px + env(safe-area-inset-bottom, 0px))"></div>
</van-pull-refresh>
<!-- 底部新增按钮 -->

View File

@@ -50,6 +50,8 @@
<van-cell title="退出登录" is-link @click="handleLogout" />
</van-cell-group>
</div>
<!-- 底部安全距离 -->
<div style="height: calc(50px + env(safe-area-inset-bottom, 0px))"></div>
</div>
</template>