8c29a531 by renchao@pashanhoo.com

style;证书预览

1 parent 68bf5aae
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 10:56:33 4 * @LastEditTime: 2023-08-16 11:00:46
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> 7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;">
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
145 context.fillText(this.bdcqz.mj ? this.bdcqz.mj : '', 129, 386); 145 context.fillText(this.bdcqz.mj ? this.bdcqz.mj : '', 129, 386);
146 // context.fillText(this.bdcqz.syqx ? this.bdcqz.syqx : '', 129, 429); 146 // context.fillText(this.bdcqz.syqx ? this.bdcqz.syqx : '', 129, 429);
147 // qlqtzk 147 // qlqtzk
148 const maxWidth = 280; // 最大宽度限制 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 = 469 + (index * 37); // 每行文本的垂直位置 151 const y = 469 + (index * 37); // 每行文本的垂直位置
......