问题:在table中一格打开dialog弹窗,关闭后页面无法滚动。只有强制刷新才可以 解决方法:
//App.vue,css中添加 //解决dialog弹窗在table中打开后无法滑动页面问题 body { overflow: visible !important; }