尝试修复

This commit is contained in:
孙诚
2026-01-14 10:04:30 +08:00
parent db61f70335
commit 1de451c54d

View File

@@ -428,6 +428,7 @@ const handleDelete = (budget) => {
flex-direction: column;
overflow: hidden;
margin-top: 12px;
min-height: 0;
}
:deep(.van-tabs__content) {
@@ -435,6 +436,7 @@ const handleDelete = (budget) => {
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 0;
}
:deep(.van-tab__panel) {
@@ -442,6 +444,7 @@ const handleDelete = (budget) => {
display: flex;
flex-direction: column;
overflow: hidden;
min-height: 0;
}
.budget-list {
@@ -456,6 +459,8 @@ const handleDelete = (budget) => {
.scroll-content {
flex: 1;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}
.delete-button {