优化文档目录样式

This commit is contained in:
zmister 2021-10-14 15:25:46 +08:00
parent c6d5c039b4
commit df7f4814ff
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- [新增]个人中心本地文档批量导入到文集功能;
- [优化]「草稿」状态的文档可通过文档浏览URL预览草稿文档内容
- [优化]文档排序值默认调整为9999
- [优化]文档目录样式;
### v0.7.1 2021-09-29

View File

@ -213,6 +213,7 @@ function addAllStyle(highlightColor) {
overflow-y: auto;
padding: 20px 20px 20px 20px;
width:200px;
height: min-content;
max-height:400px;
background-color:white;
border-left:2px solid #dddddd;