This commit is contained in:
Van
2019-02-27 22:41:09 +08:00
parent 0defece290
commit d9b9c0d3d2
35 changed files with 172 additions and 434 deletions

View File

@@ -73,7 +73,7 @@ var Skin = {
})
},
_initToc: function () {
if ($('.content-reset .b3-solo-list li').length === 0 || $(window).width() < 768) {
if ($('.content-reset .b3-solo-list li').length === 0 || $(window).width() < 746) {
$('.post__toc .b3-solo-list').remove()
return
}