This commit is contained in:
chengdandan 2023-07-21 08:45:00 +08:00
commit fc572a13ab
3 changed files with 1762 additions and 1851 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
<canvas
id="myCanvas"
width="1000"
height="600"
height="700"
style="position: absolute"
></canvas>
<img class="allimg" src="../assets/indexN/大丰市选中.png" alt="" />
@ -420,6 +420,16 @@ export default {
ctx.lineTo(770, 140); // lineTo(x,y) 线
ctx.strokeStyle = "orange";
ctx.lineWidth = 5;
ctx.font = "26px Arial";
ctx.fillStyle = "#fff";
ctx.fillText("11.87万", 320, 140);
ctx.fillText("14.76万", 400, 200);
ctx.fillText("2.113万", 270, 360);
ctx.fillText("39.12万", 480, 285);
ctx.fillText("7.399万", 320, 440);
ctx.fillText("7.399万", 480, 410);
ctx.fillText("255.1万", 640, 465);
ctx.fillText("298.4万", 750, 660);
ctx.stroke();
},
detailedTwo11() {