93bc57c5 by renchao@pashanhoo.com

style:证书预览

1 parent 9d0ff45b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-16 11:08:48
* @LastEditTime: 2023-08-16 11:10:16
-->
<template>
<div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;">
......@@ -188,7 +188,7 @@
})
let lines3 = this.bdcqz.syqx ? this.bdcqz.syqx.split(' ') : [];
lines3.forEach((line, index) => {
const y = 423 + (index * 20); // 每行文本的垂直位置
const y = 423 + (index * 27); // 每行文本的垂直位置
let currentLine = '';
let arr = [];
for (let word of line) {
......