优化Tab页签切换,会滚动到页面顶部问题(I841ER)

This commit is contained in:
RuoYi
2023-09-26 09:15:41 +08:00
parent f05195d373
commit 64e6ae4fe4
3 changed files with 12 additions and 12 deletions

View File

@ -100,7 +100,7 @@
if ($(this).width() < 769) {
panehHidden = true;
}
$('body').layout({ initClosed: panehHidden, west__size: 185 });
$('body').layout({ initClosed: panehHidden, west__size: 185, resizeWithWindow: false });
// 回到顶部绑定
if ($.fn.toTop !== undefined) {
var opt = {