From f2f741411bc1dc1afa873947cee1faf1b215ad0d Mon Sep 17 00:00:00 2001 From: suncheng Date: Wed, 14 Jan 2026 10:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/BudgetView.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Web/src/views/BudgetView.vue b/Web/src/views/BudgetView.vue index 4eb3ad7..5896464 100644 --- a/Web/src/views/BudgetView.vue +++ b/Web/src/views/BudgetView.vue @@ -488,6 +488,7 @@ const handleSaveSummary = async () => { flex-direction: column; overflow: hidden; margin-top: 12px; + min-height: 0; } :deep(.van-tabs__content) { @@ -495,6 +496,7 @@ const handleSaveSummary = async () => { display: flex; flex-direction: column; overflow: hidden; + min-height: 0; } :deep(.van-tab__panel) { @@ -502,6 +504,7 @@ const handleSaveSummary = async () => { display: flex; flex-direction: column; overflow: hidden; + min-height: 0; } .budget-list { @@ -516,6 +519,8 @@ const handleSaveSummary = async () => { .scroll-content { flex: 1; overflow-y: auto; + -webkit-overflow-scrolling: touch; + overscroll-behavior: contain; } .delete-button {