From ee744d9c9f30705d7797d281c726ed362bda4e5e Mon Sep 17 00:00:00 2001 From: wangsixiang <2970484253@qq.com> Date: Fri, 6 Dec 2024 09:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=84=9F=E7=9F=A5=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=88=86=E6=9E=90=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=96=B9=E6=9E=A2=E7=BA=BD=E7=AB=8B=E4=BA=A4=E7=9A=84=E6=8B=89?= =?UTF-8?q?=E5=8A=A8bug=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/perception/eventDetection/analysis/progress/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/analysis/progress/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/analysis/progress/index.vue index 8e22d08e..8a38e192 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/analysis/progress/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/eventDetection/analysis/progress/index.vue @@ -56,7 +56,7 @@ export default { ondrag(e,type) { if(e.pageX > 0){ const step = (Math.ceil((e.pageX-30) / this.tagWidth) - 1) - if(step>14 || step < 0){ + if(step>16 || step < 0){ return } if(type === 'B'){