#I6Z8UX 解决列表样式问题,修复保存后文档加载问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user