vant下滑与下拉刷新冲突问题处理

.van-pull-refresh { 
	height: calc(100vh - 100px) !important;
 	overflow: auto !important;
} 
.van-list { height: auto !important; }

猜你喜欢

转载自blog.csdn.net/weixin_43837268/article/details/109056024
今日推荐