taro小程序NutUI使用选择器时弹框滚动页面也随之滚动,怎么解决?
设置样式 可配合 touch-action: pan-x pan-y pinch-zoom;
.waic{ height:auto; touch-action: none; overflow: hidden; }