去掉滚动折叠

This commit is contained in:
2025-11-29 22:52:05 +08:00
parent f4951c18f8
commit 7b0b78c9a0
8 changed files with 36 additions and 20 deletions

View File

@@ -29,6 +29,8 @@ const ListContainer = (props) => {
collapse = false,
defaultShowNum,
evaluateFlag,
listLoadErrorWrapperHeight,
listLoadErrorWidth,
listLoadErrorHeight,
} = props;
const timerRef = useRef<NodeJS.Timeout | null>(null);
@@ -163,6 +165,8 @@ const ListContainer = (props) => {
btnText={btnText}
btnImg={btnImg}
text={emptyText || "暂无数据"}
wrapperHeight={listLoadErrorWrapperHeight || ""}
width={listLoadErrorWidth || ""}
height={listLoadErrorHeight || ""}
/>
);