MUI解决页面无法滚动的问题

(function($){
$(".mui-scroll-wrapper").scroll({
bounce: false,//滚动条是否有弹力默认是true
indicators: true, //是否显示滚动条,默认是true
});
})(mui);

猜你喜欢

转载自blog.csdn.net/qq_29407683/article/details/80312556