This commit is contained in:
Van
2017-01-06 15:00:27 +08:00
parent 484fc4caeb
commit 3da92c049b
21 changed files with 22 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ var NexT = {
$('.sidebar').prepend(articleTocHTML);
var $sectionF = $('.sidebar section:first').html($('.b3-solo-list')),
$sectionL = $('.sidebar section:last');
$sectionF.height($(window).height() - 90);
// 切换 tab
$('.sidebar > ul > li').click(function () {
if ($(this).data('tab') === 'toc') {