We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比较好奇 同样都是弹出来的弹框 comfirm组件触发时 body如何禁止滑动呢?
查找了一下貌似是移动端滑动穿透问题
The text was updated successfully, but these errors were encountered:
可以自行查看源码的哦
XDialog我记得好像是阻止了touchmove事件
Sorry, something went wrong.
x-dialog: rop:scroll is deprecated (ref #1858 #1877)
002a9b7
原来的 scroll 并没有实现阻止滑动,设置该属性后是弹窗也无法滚动了。从下个版本开始使用全局配置 $layout 来为 100% 布局实现。
No branches or pull requests
比较好奇 同样都是弹出来的弹框 comfirm组件触发时 body如何禁止滑动呢?
查找了一下貌似是移动端滑动穿透问题
The text was updated successfully, but these errors were encountered: