Skip to content

Commit

Permalink
fix: 有序列表与无序列表的前后台展示不一致
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Aug 29, 2022
1 parent 200b037 commit 079f66a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/admin/src/global.less
Expand Up @@ -184,3 +184,9 @@ body .ant-page-header-heading-title {
overflow: auto;
text-overflow: unset;
}
.markdown-body ul {
list-style: unset;
}
.markdown-body ol {
list-style: decimal;
}
3 changes: 3 additions & 0 deletions packages/website/styles/github-markdown.css
Expand Up @@ -1053,3 +1053,6 @@
.language-mermaid {
background-color: white;
}
.markdown-body ol {
list-style: decimal;
}

0 comments on commit 079f66a

Please sign in to comment.