Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
2 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2024-02-06 13:26:37 | 4 | * @LastEditTime: 2024-03-05 16:43:23 | 
| 5 | --> | 5 | --> | 
| 6 | <template> | 6 | <template> | 
| 7 | <div> | 7 | <div> | 
| ... | @@ -635,7 +635,7 @@ | ... | @@ -635,7 +635,7 @@ | 
| 635 | // 保存当前字体设置 | 635 | // 保存当前字体设置 | 
| 636 | const originalFont = context.font; | 636 | const originalFont = context.font; | 
| 637 | // 设置新的字体大小 | 637 | // 设置新的字体大小 | 
| 638 | context.font = '16px 楷体'; // 替换为你想要的字体和大小 | 638 | context.font = '15px 楷体'; // 替换为你想要的字体和大小 | 
| 639 | // 绘制 bdcdyh | 639 | // 绘制 bdcdyh | 
| 640 | context.fillText(this.bdcdyh ? this.bdcdyh : '', 775, 373); | 640 | context.fillText(this.bdcdyh ? this.bdcdyh : '', 775, 373); | 
| 641 | // 恢复原始字体设置 | 641 | // 恢复原始字体设置 | ... | ... | 
| 1 | <!-- | 1 | <!-- | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: renchao | 3 | * @Autor: renchao | 
| 4 | * @LastEditTime: 2024-02-06 13:23:44 | 4 | * @LastEditTime: 2024-03-05 16:42:30 | 
| 5 | --> | 5 | --> | 
| 6 | <template> | 6 | <template> | 
| 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="text-align: center;"> | 
| ... | @@ -558,7 +558,7 @@ | ... | @@ -558,7 +558,7 @@ | 
| 558 | // 保存当前字体设置 | 558 | // 保存当前字体设置 | 
| 559 | const originalFont = context.font; | 559 | const originalFont = context.font; | 
| 560 | // 设置新的字体大小 | 560 | // 设置新的字体大小 | 
| 561 | context.font = '16px 楷体'; // 替换为你想要的字体和大小 | 561 | context.font = '15px 楷体'; // 替换为你想要的字体和大小 | 
| 562 | // 绘制 bdcdyh | 562 | // 绘制 bdcdyh | 
| 563 | context.fillText(this.bdcdyh ? this.bdcdyh : '', 775, 373); | 563 | context.fillText(this.bdcdyh ? this.bdcdyh : '', 775, 373); | 
| 564 | // 恢复原始字体设置 | 564 | // 恢复原始字体设置 | ... | ... | 
- 
Please register or sign in to post a comment