优化空状态图片样式
This commit is contained in:
@@ -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 || ""}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user