didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

ActionSheet 包含数据过多,touch无法滚动 #86

Closed Nick-Tsao closed 6 years ago

Nick-Tsao commented 6 years ago

ActionSheet 中即使包含很多的行为,也是可以触摸滑动的.

2018-05-18 7 23 40

Nick-Tsao commented 6 years ago

md-selector 这个组件也是一样的 当数据过多后. 鼠标滚轮可以滑动, touch事件无法滑动

Nick-Tsao commented 6 years ago

查看源码 发现是 Popup 阻止了滚动默认事件. 但是 这些组件是根据Popup分发出来的. 而且没有提供 prevent-scroll 的参数设置. 期望可以在分发组件中提供 prop prevent-scroll 的设置

xxyan0205 commented 6 years ago

v1.3.0 增加maxHeight来控制容器最高高度,超出后可滚动

Nick-Tsao commented 6 years ago

1.2.3 直接到 1.3.0了嘛? 还是要等很久?