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-22 16:15:45 | 4 | * @LastEditTime: 2023-08-22 16:32:18 |
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;"> |
... | @@ -166,7 +166,7 @@ | ... | @@ -166,7 +166,7 @@ |
166 | } | 166 | } |
167 | arr.push(currentLine); | 167 | arr.push(currentLine); |
168 | arr.forEach((line, index) => { | 168 | arr.forEach((line, index) => { |
169 | context.fillText(line, 129, y + (index * 20)); // 调整行高 | 169 | context.fillText(line, 129, y + (index * 16)); // 调整行高 |
170 | }) | 170 | }) |
171 | }) | 171 | }) |
172 | let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split(' ') : []; | 172 | let lines1 = this.bdcqz.fj ? this.bdcqz.fj.split(' ') : []; | ... | ... |
-
Please register or sign in to post a comment