feat: 增加动态调整侧边栏滚动条功能

This commit is contained in:
Argo Zhang 2019-08-16 02:56:07 +08:00
parent db24567c8e
commit dc9ab36da1
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -309,6 +309,6 @@ $(function () {
});
$(window).on('resize', function () {
//$sidebar.addNiceScroll();
$sidebar.addNiceScroll();
});
});