|
|
@ -981,7 +981,7 @@ function FlowChunk(props) { |
|
|
|
{props.list.map((info, ind) => ( |
|
|
|
{props.list.map((info, ind) => ( |
|
|
|
<LazyLoad |
|
|
|
<LazyLoad |
|
|
|
key={info.pid} |
|
|
|
key={info.pid} |
|
|
|
offset={200} |
|
|
|
offset={500} |
|
|
|
height="15em" |
|
|
|
height="15em" |
|
|
|
hiddenIfInvisible={false} |
|
|
|
hiddenIfInvisible={false} |
|
|
|
> |
|
|
|
> |
|
|
|