style:证书预览
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -447,8 +447,8 @@ | ... | @@ -447,8 +447,8 @@ |
447 | const maxWidth = 295; // 最大宽度限制 | 447 | const maxWidth = 295; // 最大宽度限制 |
448 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; | 448 | let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; |
449 | for (let i = 0; i < lines.length; i++) { | 449 | for (let i = 0; i < lines.length; i++) { |
450 | let num = Math.ceil(getByteLen(lines[i]) / 41) | 450 | let num = Math.ceil(getByteLen(lines[i]) / 37) |
451 | if (getByteLen(lines[i]) > 41) { | 451 | if (getByteLen(lines[i]) > 37) { |
452 | let currentLine = ''; | 452 | let currentLine = ''; |
453 | let arr = []; | 453 | let arr = []; |
454 | for (let word of lines[i]) { | 454 | for (let word of lines[i]) { |
... | @@ -483,8 +483,8 @@ | ... | @@ -483,8 +483,8 @@ |
483 | // fj | 483 | // fj |
484 | let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split('\n') : []; | 484 | let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split('\n') : []; |
485 | for (let i = 0; i < lines1.length; i++) { | 485 | for (let i = 0; i < lines1.length; i++) { |
486 | let num = Math.ceil(getByteLen(lines1[i]) / 41) | 486 | let num = Math.ceil(getByteLen(lines1[i]) / 37) |
487 | if (getByteLen(lines1[i]) > 41) { | 487 | if (getByteLen(lines1[i]) > 37) { |
488 | let currentLine = ''; | 488 | let currentLine = ''; |
489 | let arr = []; | 489 | let arr = []; |
490 | for (let word of lines1[i]) { | 490 | for (let word of lines1[i]) { | ... | ... |
-
Please register or sign in to post a comment