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 }