Vue、Element、Ruoyi 若依跳转后页面没有滚动条的解决办法。
页面/路由跳转后,body 的内联样式变成 overflow:hidden
在src/main.js中增加一下代码
router.afterEach((to, from, next) => {
document.querySelector("body").setAttribute("style", "overflow: auto !important;")
});
求关注~~~
点关注不迷路,喜欢的朋友们关注支持一下 |
---|
给点继续写的动力,感谢!! |
所有评论(0)