调整编辑器样式

This commit is contained in:
yangjian 2021-02-28 20:55:53 +08:00
parent 4eb2dcfd98
commit 9653185cf8

View File

@ -34,6 +34,10 @@ ul.editormd-menu{
.markdown-body ol ol ul,.markdown-body ol ul ul,.markdown-body ul ol ul,.markdown-body ul ul ul li{
list-style-type: square;
}
/* vditor编辑器大纲列表样式 */
.vditor-outline__content ul > li > ul > li{
list-style: none;
}
/* 选择上级文档样式 */
.selected-parent-doc{
text-decoration-line: underline;