尝试修复
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user