Skip to content

Commit

Permalink
💄 导出pdf字体设置为20px
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Jun 18, 2024
1 parent 47f3e0e commit 6153e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions style/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
margin: 10px 0;
}



/* 1. 一级标题样式setup */
.protyle-wysiwyg [data-node-id].h1,
.b3-typography h1 {
Expand Down
2 changes: 1 addition & 1 deletion style/export.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ text-align:center;

/* 导出pdf设置默认字体 */
#preview .protyle-wysiwyg{
font-size: 19px !important;
font-size: 20px !important;
}
/* 去除导出pdf的列表竖线 */
#preview .protyle-wysiwyg [data-node-id].li:before {
Expand Down

0 comments on commit 6153e1e

Please sign in to comment.