fix
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 19:17:21 +08:00
parent 4016e05e40
commit 9bbddfc0b1

View File

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