perf: 文本

This commit is contained in:
archer
2023-03-26 23:52:37 +08:00
parent 249ed18d15
commit 42e12d7db1
6 changed files with 186 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ const ScrollData = ({
}, [elementRef, nextPage]);
return (
<Box {...props} ref={elementRef} overflow={'auto'} position={'relative'}>
<Box {...props} ref={elementRef} overflowY={'auto'} position={'relative'}>
{children}
<Box
mt={2}