调试
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-25 17:41:36 +08:00
parent ad4d723bc7
commit 2ea85e5d20
5 changed files with 12 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ const handleTabClick = (path) => {
height: 100%;
width: 100%;
position: relative;
margin-top: env(safe-area-inset-top, 0px);
margin-top: 60px;
}
/* TabBar 固定在底部 */

View File

@@ -1,7 +1,13 @@
<template>
<div class="calendar-container">
<van-calendar title="日历" :poppable="false" :show-confirm="false" :formatter="formatterCalendar" :min-date="minDate"
:max-date="maxDate" @month-show="onMonthShow" @select="onDateSelect" />
<van-calendar title="日历"
:poppable="false"
:show-confirm="false"
:formatter="formatterCalendar"
:min-date="minDate"
:max-date="maxDate"
@month-show="onMonthShow"
@select="onDateSelect" />
<!-- 日期交易列表弹出层 -->
<van-popup v-model:show="listVisible" position="bottom" :style="{ height: '85%' }" round closeable>

View File

@@ -1,7 +1,7 @@
<template>
<div class="email-record-container" style="padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px));">
<!-- 顶部导航栏 -->
<van-nav-bar title="邮件记录" fixed placeholder>
<van-nav-bar title="邮件记录" placeholder>
<template #right>
<van-button
size="small"

View File

@@ -1,6 +1,6 @@
<template>
<div style="padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px));">
<van-nav-bar title="设置" />
<van-nav-bar title="设置" placeholder/>
<div class="detail-header">
<p>账单导入</p>
</div>

View File

@@ -1,7 +1,7 @@
<template>
<div class="transaction-record-container" style="padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px));">
<!-- 顶部导航栏 -->
<van-nav-bar title="交易记录" fixed placeholder style="z-index: 9999;">
<van-nav-bar title="交易记录" placeholder>
<template #right>
<van-button type="primary" size="small" @click="openAddDialog">
手动录账