优化空状态图片样式

This commit is contained in:
2025-12-04 14:10:40 +08:00
parent 61b7309c32
commit b3315177dd
4 changed files with 24 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ const ListContainer = (props) => {
listLoadErrorWrapperHeight,
listLoadErrorWidth,
listLoadErrorHeight,
listLoadErrorScale,
} = props;
const timerRef = useRef<NodeJS.Timeout | null>(null);
const loadingStartTimeRef = useRef<number | null>(null);
@@ -168,6 +169,7 @@ const ListContainer = (props) => {
wrapperHeight={listLoadErrorWrapperHeight || ""}
width={listLoadErrorWidth || ""}
height={listLoadErrorHeight || ""}
scale={listLoadErrorScale || ""}
/>
);
}