应用情景
当 dialog 出现时,页面右边缩小了 5px,看起来像是标题所说的抖动了一下。
解决方案
然后我看了一下页面的样式,发现 body 多了样式:padding-right: 5px 和 overflow: hidden。紧接着我就在全局设置 body 的 padding-right: 0 !important 就好了~
当 dialog 出现时,页面右边缩小了 5px,看起来像是标题所说的抖动了一下。
然后我看了一下页面的样式,发现 body 多了样式:padding-right: 5px 和 overflow: hidden。紧接着我就在全局设置 body 的 padding-right: 0 !important 就好了~