Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5024c9

Browse files
[fix]缩放比例后,文档目录下部分空白 review by xiongjj
1 parent14898e0 commitb5024c9

File tree

1 file changed

+4
-0
lines changed
  • build/jsdocs/template/static/scripts

1 file changed

+4
-0
lines changed

‎build/jsdocs/template/static/scripts/main.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,8 @@ $(function () {
9393
})
9494

9595
});
96+
$(window).resize(function(){
97+
varheight=$('.navigationDiv .sidebar').height();
98+
$('.main-sidebar #categories').css('height',height-50+'px');
99+
})
96100
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp