From 6f74838e1e9cbf1d6c9861882a38591fcfcc221c Mon Sep 17 00:00:00 2001 From: mtruning <1262327911@qq.com> Date: Sat, 5 Mar 2022 22:12:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/ContentEdit/components/EditAlignLine/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/chart/ContentEdit/components/EditAlignLine/index.vue b/src/views/chart/ContentEdit/components/EditAlignLine/index.vue index 54f2b9e0..c69a12b1 100644 --- a/src/views/chart/ContentEdit/components/EditAlignLine/index.vue +++ b/src/views/chart/ContentEdit/components/EditAlignLine/index.vue @@ -65,7 +65,6 @@ const isComputedLine = computed(() => { // * 吸附判定 const isSorption = (selectValue: number, componentValue: number) => { - console.log(minDistance.value); const isSorption = Math.abs(selectValue - componentValue) <= minDistance.value return isSorption }