mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
doc: 添加导出 PDF 提示
This commit is contained in:
parent
afc86d0adf
commit
b31c76f63d
@ -27,6 +27,7 @@ npm run serve
|
||||
- 快捷键
|
||||
- 右键菜单
|
||||
- 导出本地文件(PPTX、JSON、图片、PDF)
|
||||
- 导入导出特有 .pptist 文件
|
||||
- 打印
|
||||
### 幻灯片页面编辑
|
||||
- 页面添加、删除
|
||||
|
@ -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;
|
||||
|
@ -116,7 +116,7 @@ export default defineComponent({
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
line-height: 1.8;
|
||||
margin-top: 30px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
.btns {
|
||||
|
Loading…
x
Reference in New Issue
Block a user