赞
踩
解决办法: 在main.js中导入element时添加配置:
import ElementUI from 'element-ui' // 防止dialog导致页面滚动条消失抖动 ElementUI.Dialog.props.lockScroll.default = false;