root 3 years ago
parent
commit
d5fdc6aa2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/function.vue

+ 1 - 1
src/components/function.vue

@@ -130,7 +130,7 @@ export default {
             const { autoCaptureTrackTraking } = _this;
             const { autoCaptureTrackTraking } = _this;
             canvasContext.clearRect(0, 0, canvas.width, canvas.height);
             canvasContext.clearRect(0, 0, canvas.width, canvas.height);
             event.data.forEach(function ({ x, y, width, height }) {
             event.data.forEach(function ({ x, y, width, height }) {
-              canvasContext.strokeStyle = "#a64ceb";
+              canvasContext.strokeStyle = "#FFFF";
               canvasContext.strokeRect(x, y, width-20, height-20);
               canvasContext.strokeRect(x, y, width-20, height-20);
               canvasContext.font = "11px Helvetica";
               canvasContext.font = "11px Helvetica";
               canvasContext.fillStyle = "#fff";
               canvasContext.fillStyle = "#fff";