这个问题查了好久,不少种解决办法,在我这都无效,多是由于个人container设置了overflow:scrollcss
==============================================web
最后,发现以下这个办法spa
最外面的div是.container,弹框是他的子元素ip
因此这里在打开弹窗时:document.getElementsByClassName('container')[0].classList.add('vux-modal-open');rem
在关闭弹窗时:document.getElementsByClassName('container')[0].classList.remove('vux-modal-open');get
==============================================it
//添加的类名样式io
.vux-modal-open{class
overflow: vux
position: fixed;
width: 100%;
}