2019-02-17

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)