更新脚本:更改gotoTop导航条点击响应代码,删除.content-body,更改body为html
This commit is contained in:
parent
5205d622c5
commit
bb2c10b81b
|
@ -141,7 +141,7 @@ $(function () {
|
|||
|
||||
$("#gotoTop").on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$('#main-content, .content-body, body').animate({
|
||||
$('.main-content, html').animate({
|
||||
scrollTop: 0
|
||||
}, 200);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue