mirror of
https://github.com/yanlongqi/jhinno-openapi-java-sdk.git
synced 2026-03-22 06:15:10 +08:00
注释文档的优化
This commit is contained in:
20
preview/toc_conf.js
Normal file
20
preview/toc_conf.js
Normal file
@@ -0,0 +1,20 @@
|
||||
var jquery_ztree_toc_opts = {
|
||||
debug:false,
|
||||
is_auto_number:true,
|
||||
documment_selector:'.markdown-body',
|
||||
ztreeStyle: {
|
||||
width:'326px',
|
||||
overflow: 'auto',
|
||||
position: 'fixed',
|
||||
'z-index': 2147483647,
|
||||
border: '0px none',
|
||||
left: '0px',
|
||||
top: '0px',
|
||||
// 'overflow-x': 'hidden',
|
||||
'height': $(window).height() + 'px'
|
||||
}
|
||||
}
|
||||
var markdown_panel_style = {
|
||||
'width':'70%',
|
||||
'margin-left':'25%'
|
||||
};
|
||||
Reference in New Issue
Block a user