diff --git a/web/src/pages/flow/list/index.tsx b/web/src/pages/flow/list/index.tsx index ce478b2a1..0c624e65f 100644 --- a/web/src/pages/flow/list/index.tsx +++ b/web/src/pages/flow/list/index.tsx @@ -70,24 +70,39 @@ const FlowList = () => { - } - endMessage={!!total && {t('noMoreData')} 🤐} - scrollableTarget="scrollableDiv" +
- - {nextList.length > 0 ? ( - nextList.map((item) => { - return ; - }) - ) : ( - - )} - - + } + endMessage={ + !!total && {t('noMoreData')} 🤐 + } + scrollableTarget="scrollableDiv" + scrollThreshold="200px" + > + + {nextList.length > 0 ? ( + nextList.map((item) => { + return ; + }) + ) : ( + + )} + + +
{flowSettingVisible && (