This commit is contained in:
Van
2019-03-28 23:00:58 +08:00
parent acb13c5f18
commit c502f892eb
9 changed files with 152 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ var Skin = {
$('.article__top').css('top', -61)
}
if ($('.article__toc li').length === 0) {
if ($('.article__toc li').length === 0 || $(window).width() < 1000) {
return false
}