소스 검색

爆炸三角形修改更新

lxh 2 주 전
부모
커밋
8a20a80e62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/monitorManager/deviceMonitor/components/device/modal/blastDelta.vue

+ 1 - 1
src/views/vent/monitorManager/deviceMonitor/components/device/modal/blastDelta.vue

@@ -273,7 +273,7 @@ function getBlast() {
 //绘制不爆炸三角形
 function getUnblast() {
   maxY.value = 21;
-  maxX.value = 100;
+  maxX.value = 50;
   // 获取canvas元素
   let canvas = document.getElementById('myCanvas');
   let ctx = canvas.getContext('2d');