style:证书预览
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-16 11:08:48 | 4 | * @LastEditTime: 2023-08-16 11:10:16 |
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;"> |
... | @@ -188,7 +188,7 @@ | ... | @@ -188,7 +188,7 @@ |
188 | }) | 188 | }) |
189 | let lines3 = this.bdcqz.syqx ? this.bdcqz.syqx.split(' ') : []; | 189 | let lines3 = this.bdcqz.syqx ? this.bdcqz.syqx.split(' ') : []; |
190 | lines3.forEach((line, index) => { | 190 | lines3.forEach((line, index) => { |
191 | const y = 423 + (index * 20); // 每行文本的垂直位置 | 191 | const y = 423 + (index * 27); // 每行文本的垂直位置 |
192 | let currentLine = ''; | 192 | let currentLine = ''; |
193 | let arr = []; | 193 | let arr = []; |
194 | for (let word of line) { | 194 | for (let word of line) { | ... | ... |
-
Please register or sign in to post a comment