forked from newthuhole/hole_thu_frontend
optimize lazyload param
This commit is contained in:
@@ -981,7 +981,7 @@ function FlowChunk(props) {
|
||||
{props.list.map((info, ind) => (
|
||||
<LazyLoad
|
||||
key={info.pid}
|
||||
offset={200}
|
||||
offset={500}
|
||||
height="15em"
|
||||
hiddenIfInvisible={false}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user