Skip to content
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

[Bug Report] 下拉刷新列表出现遮挡 #5878

Closed
powerdong opened this issue Mar 21, 2020 · 4 comments
Closed

[Bug Report] 下拉刷新列表出现遮挡 #5878

powerdong opened this issue Mar 21, 2020 · 4 comments
Milestone

Comments

@powerdong
Copy link

设备 / 浏览器

Chrome 浏览器

Vant 版本

2.5.7

Vue 版本

2.6.10

重现步骤

当只展示几项列表时下拉出现遮挡

详情查看图片
8RsLi4.png

@chenjiahan
Copy link
Member

可以加一行样式来撑开容器的高度:

.van-pull-refresh__track {
  min-height: 100vh;
}

下个版本会优化一下 track 的高度,跟父容器一致

@chenjiahan
Copy link
Member

已在 2.5.8 版本优化

@jarkey
Copy link

jarkey commented May 18, 2020

下拉刷新 IOS中手指移出屏幕 刷新不回弹

@yaoxingpu
Copy link

已在2.5.8版本优化
这个问题我也遇到了,之前版本是2.2.16,现在升级到2.8.2怎么还是有问题呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants