#I6Z8UX 解决列表样式问题,修复保存后文档加载问题

This commit is contained in:
暮光:城中城
2023-05-04 19:46:28 +08:00
parent 8fc9770e6d
commit ff2591adaa
4 changed files with 35 additions and 9 deletions

View File

@@ -199,7 +199,7 @@ const createWikiSave = (saveAfter) => {
query: {pageId: pageId.value},
})
} else {
loadPageDetail.value(pageId.value)
loadPageDetail(pageId.value)
}
})
}
@@ -296,6 +296,20 @@ const initEditor = () => {
}
</style>
<style lang="scss">
.page-edit-vue {
.page-content-editor {
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
}
}
</style>
<style>
.page-edit-vue .icon-collapse {
float: left;