From 205af48cb6b81dde5ce8937f4dba6eeda6572912 Mon Sep 17 00:00:00 2001 From: zhangjf Date: Mon, 23 Feb 2026 12:37:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=8F=E9=81=AE=E6=8C=A1=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 在App.vue中统一添加padding-bottom: 80px 2. 移除各列表页面重复的padding-bottom设置 - expense/List.vue - requirement/List.vue - receivable/List.vue --- fund-mobile/src/App.vue | 1 + fund-mobile/src/views/expense/List.vue | 1 - fund-mobile/src/views/receivable/List.vue | 1 - fund-mobile/src/views/requirement/List.vue | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/fund-mobile/src/App.vue b/fund-mobile/src/App.vue index e36a569..f3abb52 100644 --- a/fund-mobile/src/App.vue +++ b/fund-mobile/src/App.vue @@ -31,6 +31,7 @@ body { .app-container { min-height: 100vh; + padding-bottom: 80px; } /* 页面切换动画 */ diff --git a/fund-mobile/src/views/expense/List.vue b/fund-mobile/src/views/expense/List.vue index 40a5f99..32f287f 100644 --- a/fund-mobile/src/views/expense/List.vue +++ b/fund-mobile/src/views/expense/List.vue @@ -129,7 +129,6 @@ const handleSearch = () => { .expense-list { background: #f5f5f5; min-height: 100vh; - padding-bottom: 80px; } .search-bar { diff --git a/fund-mobile/src/views/receivable/List.vue b/fund-mobile/src/views/receivable/List.vue index 2d0a23b..0ac3e94 100644 --- a/fund-mobile/src/views/receivable/List.vue +++ b/fund-mobile/src/views/receivable/List.vue @@ -137,7 +137,6 @@ onMounted(() => {