方法一:在遮罩层标签上添加@touchmove.prevent
方法二:遮罩层显示时把下方的父盒子css设置为固定定位宽100%高100vh 超出隐藏
.content{
width:100%;
height:100vh;
overflow:hidden
}
方法一:在遮罩层标签上添加@touchmove.prevent
方法二:遮罩层显示时把下方的父盒子css设置为固定定位宽100%高100vh 超出隐藏
.content{
width:100%;
height:100vh;
overflow:hidden
}