Skip to content

Commit

Permalink
最后了,不改了,终于完事了
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuai1001 committed Jul 31, 2018
1 parent 39614b9 commit dd1960a
Show file tree
Hide file tree
Showing 4 changed files with 1,720 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/RunMap2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="run-map-page">
<div class="canvas-box":style="{ zoom: unitPageScale }">
<canvas id="myCanvasBelt" width="850" height="650"></canvas>
<canvas id="myCanvas" width="850" height="650"></canvas>
<canvas id="myCanvas" width="850" height="720"></canvas>
<div
class="lifting-arm-img"
:style="{
Expand Down Expand Up @@ -631,7 +631,7 @@ export default {
// @param {Array} setLineDash - 点划线间距
// @param {Number} lineWidth - 线宽
// @param {String} color - 线段颜色
drawDashedLine(ctx, points, color = "#FF423C", clearArea = null, setLineDash = [4], lineWidth = 4) {
drawDashedLine(ctx, points, color = "#FF423C", clearArea = null, setLineDash = [4], lineWidth = 6) {
// let ctx = this.ctx;
ctx.save();
ctx.beginPath();
Expand Down
Loading

0 comments on commit dd1960a

Please sign in to comment.