From b21ec20ec0f6c5b6ea379dab8b387635ffeb8f61 Mon Sep 17 00:00:00 2001 From: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:53:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=B6=E9=97=B4=E7=BA=BF=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/timeline/TimelineGraph.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/timeline/TimelineGraph.vue b/src/components/timeline/TimelineGraph.vue index a702e6e..0e3794c 100644 --- a/src/components/timeline/TimelineGraph.vue +++ b/src/components/timeline/TimelineGraph.vue @@ -292,7 +292,7 @@ watchDeep(() => props.list, () => { top: `${start.y}px`, left: `${start.x}px`, height: `${end.y - start.y + pointOffset * 3}px`, - }" :data-start="start.time" + }" :data-start="start.time" :class="url ? '' : 'pointer-events-none'" >