refactor: card list resize container

This commit is contained in:
jialin
2025-12-11 13:33:41 +08:00
parent 7fdabd90a5
commit 3328828da6
8 changed files with 143 additions and 182 deletions
@@ -16,7 +16,7 @@ const InfiniteScroller: React.FC<
const { observerRef, throttledLoadMore } = useInfiniteScroll(restProps);
return (
<div>
<div className="relative" style={{ width: '100%' }}>
{children}
<div
ref={observerRef}