style:证书预览
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
148 | const maxWidth = 330; // 最大宽度限制 | 148 | const maxWidth = 330; // 最大宽度限制 |
149 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; | 149 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; |
150 | lines.forEach((line, index) => { | 150 | lines.forEach((line, index) => { |
151 | const y = 489 + (index * 27); // 每行文本的垂直位置 | 151 | const y = 473 + (index * 27); // 每行文本的垂直位置 |
152 | let currentLine = ''; | 152 | let currentLine = ''; |
153 | let arr = []; | 153 | let arr = []; |
154 | for (let word of line) { | 154 | for (let word of line) { | ... | ... |
-
Please register or sign in to post a comment