mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
perf:优化导出效果
This commit is contained in:
@@ -9,9 +9,19 @@ body{
|
||||
.editormd-preview-container{
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.markdown-body{
|
||||
-webkit-backface-visibility: inherit !important;
|
||||
backface-visibility: inherit !important;
|
||||
}
|
||||
.markdown-body pre{
|
||||
max-height: none !important;
|
||||
white-space: pre-wrap !important;
|
||||
word-wrap: break-word !important;
|
||||
}
|
||||
}
|
||||
.markdown-toc{
|
||||
display: none !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
.article-body .markdown-article{
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user