We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.10
localhost
比如在列表顶部加一个搜索框(Search 搜索),或者加一个(Empty 内容为空),都会导致列表无法上滑,只能显示1屏
<u-empty mode="car" icon="http://cdn.uviewui.com/uview/empty/car.png" /> <u-list class="poetry-list" @scrolltolower="scrolltolower"> <u-list-item v-for="(item, index) in list" :key="index"> …… </u-list-item> </u-list>
正常下滑
无法下滑
导致现在列表页只有列表,无法添加其他元素
The text was updated successfully, but these errors were encountered:
可以给list组件,指定height属性。
list
height
Sorry, something went wrong.
#149
No branches or pull requests
版本
2.0.10
转载链接
localhost
重现步骤
比如在列表顶部加一个搜索框(Search 搜索),或者加一个(Empty 内容为空),都会导致列表无法上滑,只能显示1屏
期望的结果是什么?
正常下滑
实际的结果是什么?
无法下滑
导致现在列表页只有列表,无法添加其他元素
The text was updated successfully, but these errors were encountered: