Compare commits
No commits in common. "96f40f50f81ba1c5af90eb379d0295abfd2a57da" and "b04fd9b63daa4f6c06ac895dde3be32b846d4100" have entirely different histories.
96f40f50f8
...
b04fd9b63d
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -38,7 +38,7 @@
|
|||
<canvas
|
||||
id="myCanvas"
|
||||
width="1000"
|
||||
height="700"
|
||||
height="600"
|
||||
style="position: absolute"
|
||||
></canvas>
|
||||
<img class="allimg" src="../assets/indexN/大丰市选中.png" alt="" />
|
||||
|
@ -420,16 +420,6 @@ 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() {
|
||||
|
|
Loading…
Reference in New Issue