mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复水平 / 垂直曲线辅助线消失
This commit is contained in:
parent
dfee3f8f4b
commit
860dd4bca6
@ -173,6 +173,10 @@ A. 本项目只提供最基础的视频能力,正常状态下可以播放video
|
||||
|
||||
A. 首先,出于安全等原因,个人并不建议将这种功能在前端直接暴露给用户,或者说用户根本就不应该接触到JSON这种格式(甚至导出JSON功能的初衷也只是为了方便开发)。如果真的有相关的需求,请自行在服务端实现,核心在于做好进行数据的校验,前端实现也是一样。
|
||||
|
||||
**Q. 打印 / 导出 PDF 样式与实际有出入**
|
||||
|
||||
A. 请注意在浏览器弹出的打印窗口调整相关的设置。建议:设置边距为【默认】、取消勾选【页眉和页脚】、勾选【背景图形】
|
||||
|
||||
|
||||
# 📅 后续规划
|
||||
## 重要功能规划
|
||||
|
@ -10,8 +10,8 @@
|
||||
/>
|
||||
|
||||
<svg
|
||||
:width="svgWidth"
|
||||
:height="svgHeight"
|
||||
:width="svgWidth || 1"
|
||||
:height="svgHeight || 1"
|
||||
:stroke="elementInfo.color"
|
||||
overflow="visible"
|
||||
:style="{ transform: `scale(${canvasScale})` }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user