|
@@ -396,6 +396,8 @@ const disabledInfinite = computed(() => loading.value || noMore.value)
|
|
width: 330px;
|
|
width: 330px;
|
|
min-width: 330px;
|
|
min-width: 330px;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
background: var(--el-bg-color);
|
|
background: var(--el-bg-color);
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
@@ -418,9 +420,11 @@ const disabledInfinite = computed(() => loading.value || noMore.value)
|
|
}
|
|
}
|
|
|
|
|
|
.flow-list-box {
|
|
.flow-list-box {
|
|
|
|
+ flex: 1;
|
|
background-color: var(--el-bg-color);
|
|
background-color: var(--el-bg-color);
|
|
padding: 0 12px;
|
|
padding: 0 12px;
|
|
- height: calc(100vh - 192px);
|
|
|
|
|
|
+ //height: calc(100vh - 192px);
|
|
|
|
+ height: 100%;
|
|
overflow: hidden auto;
|
|
overflow: hidden auto;
|
|
scroll-snap-type: y mandatory;
|
|
scroll-snap-type: y mandatory;
|
|
will-change: scroll-position;
|
|
will-change: scroll-position;
|