#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

@@ -668,7 +668,24 @@ const initQueryParam = (to) => {
<style lang="scss" scoped>
.page-show-vue {
.wiki-page-content {
margin-top: 20px;
margin-top: 20px;
}
}
</style>
<style lang="scss">
.page-show-vue {
height: 100%;
overflow: hidden;
.wiki-page-content {
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
}
}
</style>
@@ -676,11 +693,6 @@ const initQueryParam = (to) => {
<style>
@import '../../assets/lib/wangEditor.css';
.page-show-vue {
height: 100%;
overflow: hidden;
}
.page-show-vue .icon-collapse {
float: left;
font-size: 25px;