去掉滚动折叠
This commit is contained in:
@@ -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 || ""}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user