From b31c76f63d4aeeb43b34087f9f818d2744125574 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 29 May 2022 12:10:11 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=20P?= =?UTF-8?q?DF=20=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/views/Editor/ExportDialog/ExportPDF.vue | 10 ++++++++++ src/views/Editor/ExportDialog/ExportSpecificFile.vue | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24dd0b09..a895d6a3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ npm run serve - 快捷键 - 右键菜单 - 导出本地文件(PPTX、JSON、图片、PDF) +- 导入导出特有 .pptist 文件 - 打印 ### 幻灯片页面编辑 - 页面添加、删除 diff --git a/src/views/Editor/ExportDialog/ExportPDF.vue b/src/views/Editor/ExportDialog/ExportPDF.vue index fcf95a22..67cdd236 100644 --- a/src/views/Editor/ExportDialog/ExportPDF.vue +++ b/src/views/Editor/ExportDialog/ExportPDF.vue @@ -48,6 +48,9 @@ +
+ 注意:若打印预览与实际样式不一致,请在弹出的打印窗口中勾选【背景图形】选项。 +
@@ -149,6 +152,13 @@ export default defineComponent({ .config-item { flex: 1; } + + .tip { + font-size: 12px; + color: #aaa; + line-height: 1.8; + margin-top: 25px; + } } .btns { width: 300px; diff --git a/src/views/Editor/ExportDialog/ExportSpecificFile.vue b/src/views/Editor/ExportDialog/ExportSpecificFile.vue index c38becb9..96445d4e 100644 --- a/src/views/Editor/ExportDialog/ExportSpecificFile.vue +++ b/src/views/Editor/ExportDialog/ExportSpecificFile.vue @@ -116,7 +116,7 @@ export default defineComponent({ font-size: 12px; color: #aaa; line-height: 1.8; - margin-top: 30px; + margin-top: 25px; } } .btns {