更新脚本:更改gotoTop导航条点击响应代码,删除.content-body,更改body为html

This commit is contained in:
Argo Zhang 2018-10-05 15:41:47 +08:00 committed by Argo-MacBookPro
parent 5205d622c5
commit bb2c10b81b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});