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