修复 z-index 层级问题

This commit is contained in:
张成
2025-11-09 23:07:38 +08:00
parent 302720ba18
commit df875feaec
11 changed files with 177 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ const ListContainer = (props) => {
// 延迟 300ms 后再显示骨架屏
skeletonTimerRef.current = setTimeout(() => {
setShowSkeleton(true);
}, 300);
}, 600);
} else {
// 加载完成,清除定时器并隐藏骨架屏
if (skeletonTimerRef.current) {