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-30 17:07:26 | 4 | * @LastEditTime: 2023-08-31 09:48:52 |
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;"> |
... | @@ -468,7 +468,7 @@ | ... | @@ -468,7 +468,7 @@ |
468 | }) | 468 | }) |
469 | } else { | 469 | } else { |
470 | arr.forEach((line, index) => { | 470 | arr.forEach((line, index) => { |
471 | context.fillText(line, 770, 428 + (23 * (i - 1)) + (index * 14)); // 调整行高 | 471 | context.fillText(line, 770, 435 + (23 * (i - 1)) + (index * 14)); // 调整行高 |
472 | }) | 472 | }) |
473 | } | 473 | } |
474 | } else { | 474 | } else { | ... | ... |
-
Please register or sign in to post a comment