15365076 by renchao@pashanhoo.com

style:证书预览

1 parent 93bc57c5
...@@ -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) {
......