尝试修复
This commit is contained in:
@@ -428,6 +428,7 @@ const handleDelete = (budget) => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.van-tabs__content) {
|
:deep(.van-tabs__content) {
|
||||||
@@ -435,6 +436,7 @@ const handleDelete = (budget) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.van-tab__panel) {
|
:deep(.van-tab__panel) {
|
||||||
@@ -442,6 +444,7 @@ const handleDelete = (budget) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.budget-list {
|
.budget-list {
|
||||||
@@ -456,6 +459,8 @@ const handleDelete = (budget) => {
|
|||||||
.scroll-content {
|
.scroll-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delete-button {
|
.delete-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user