doc: 添加导出 PDF 提示

This commit is contained in:
pipipi-pikachu 2022-05-29 12:10:11 +08:00
parent afc86d0adf
commit b31c76f63d
3 changed files with 12 additions and 1 deletions

View File

@ -27,6 +27,7 @@ npm run serve
- 快捷键
- 右键菜单
- 导出本地文件PPTX、JSON、图片、PDF
- 导入导出特有 .pptist 文件
- 打印
### 幻灯片页面编辑
- 页面添加、删除

View File

@ -48,6 +48,9 @@
<Switch v-model:checked="padding" />
</div>
</div>
<div class="tip">
注意若打印预览与实际样式不一致请在弹出的打印窗口中勾选背景图形选项
</div>
</div>
<div class="btns">
@ -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;

View File

@ -116,7 +116,7 @@ export default defineComponent({
font-size: 12px;
color: #aaa;
line-height: 1.8;
margin-top: 30px;
margin-top: 25px;
}
}
.btns {