美文网首页
2019-02-17

2019-02-17

作者: Tumaine | 来源:发表于2019-02-17 15:09 被阅读0次

hexo-aircloud对toc栏高度的更改
theme->aircloud->source->js->index.js中,找到

function reHeightToc(){
    if(toc) { // resize toc height
        toc.style.height = ( document.documentElement.clientHeight - 400 ) + 'px';
        toc.style.overflowY = 'scroll';
    }
}

更改值即可

相关文章

网友评论

      本文标题:2019-02-17

      本文链接:https://www.haomeiwen.com/subject/lbpgeqtx.html