Skip to content

Commit

Permalink
toc
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jan 7, 2022
1 parent 3caa9d4 commit 9e857e2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'server': window.location.protocol + '//' + window.location.host + window.location.pathname + '../server/index.php?s=',
// "lang" :'en'
'lang': 'zh-cn'
}</script><link href=./static/css/app.5727706404369cd15d7e206e25b9b5c7.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.16b8bb9c06e8f0b2c6be.js></script></body></html>
}</script><link href=./static/css/app.f7c5389a7e9aa8b8ca9ef8a947bd614c.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.3df229f18c7f5164b92d.js></script><script type=text/javascript src=./static/js/app.59c5903aeacdec0ec06b.js></script></body></html>
11 changes: 0 additions & 11 deletions web/static/css/app.5727706404369cd15d7e206e25b9b5c7.css

This file was deleted.

11 changes: 11 additions & 0 deletions web/static/css/app.f7c5389a7e9aa8b8ca9ef8a947bd614c.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.16b8bb9c06e8f0b2c6be.js

This file was deleted.

1 change: 1 addition & 0 deletions web/static/js/app.59c5903aeacdec0ec06b.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web_src/src/components/common/Toc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
.page_content_main .markdown-toc li a {
display: block;
padding: 3px 15px;
font-size: 14px;
font-size: 12px;
color: #606266;
white-space: nowrap;
text-overflow: ellipsis;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export default {
var element = document
.getElementById('page_md_content')
.getElementsByClassName('open-list')
if (element && element[0]) element[0].style.top = '360px'
if (element && element[0]) element[0].style.top = '380px'
}, 700)
sessionStorage.setItem('show_more_' + this.item_id, 1)
},
Expand Down

0 comments on commit 9e857e2

Please sign in to comment.