0ff98b06 by renchao@pashanhoo.com

style:预览

1 parent d4a4e1ac
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-05 16:40:43 4 * @LastEditTime: 2023-09-06 15:32:50
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
211 const image = new Image(); 211 const image = new Image();
212 image.onload = () => { 212 image.onload = () => {
213 context.drawImage(image, 0, 0); 213 context.drawImage(image, 0, 0);
214 context.font = '16px 楷体'; 214 context.font = '18px 楷体';
215 context.fillStyle = '#000000'; 215 context.fillStyle = '#000000';
216 context.fillText(this.bdcqz.sjjc ? this.bdcqz.sjjc : '', 60, 56); 216 context.fillText(this.bdcqz.sjjc ? this.bdcqz.sjjc : '', 60, 56);
217 context.fillText(this.bdcqz.djnd ? this.bdcqz.djnd : '', 113, 56); 217 context.fillText(this.bdcqz.djnd ? this.bdcqz.djnd : '', 113, 56);
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
440 const image = new Image(); 440 const image = new Image();
441 image.onload = () => { 441 image.onload = () => {
442 context.drawImage(image, 0, 0); 442 context.drawImage(image, 0, 0);
443 context.font = '16px 楷体'; 443 context.font = '18px 楷体';
444 context.fillStyle = '#000000'; 444 context.fillStyle = '#000000';
445 // ysxlh 445 // ysxlh
446 context.fillText(this.bdcqz.ysxlh ? this.bdcqz.ysxlh : '', 280, 712); 446 context.fillText(this.bdcqz.ysxlh ? this.bdcqz.ysxlh : '', 280, 712);
......