-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上拉加载时会卡顿,加载完成后,再往上滑,滑不上去 #18
Comments
@AthenaDiory 请提供详细的重现信息用于排查问题,谢谢! |
same issue |
import React from 'react'; const loadMoreLimitNum = 2; const cData = [ export default class ErrorPage extends React.Component{
用demo的例子就可以重现这个bug |
组件生成的类样式.pull-load对应的元素需要给出高度才不会导致计算错误,后面的例子中给了100%的高度,或者使用绝对定位可以解决问题 |
No description provided.
The text was updated successfully, but these errors were encountered: