Vue、Element、Ruoyi 若依跳转后页面没有滚动条的解决办法。
页面/路由跳转后,body 的内联样式变成 overflow:hidden

在src/main.js中增加一下代码

// 解决bug:页面/路由跳转后,滚动条消失,页面无法滚动
router.afterEach((to, from, next) => {
	document.querySelector("body").setAttribute("style", "overflow: auto !important;")
});

在这里插入图片描述

求关注~~~

点关注不迷路,喜欢的朋友们关注支持一下
给点继续写的动力,感谢!!
Logo

快速构建 Web 应用程序

更多推荐