尝试修复
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 1m3s
Docker Build & Deploy / Deploy to Production (push) Successful in 10s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s

This commit is contained in:
2026-01-14 10:46:23 +08:00
parent 6e7a237df9
commit f2f741411b

View File

@@ -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 {