From 6185ca6cedda240eb124058fd669e15c889a1c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Tue, 18 Feb 2025 17:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BC=A0=E6=A0=87=E7=A7=BB=E5=85=A5=E3=80=81?= =?UTF-8?q?=E7=A7=BB=E5=87=BA=E4=BA=8B=E4=BB=B6=E3=80=82=E8=B7=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A4=8D=E5=88=B6=E3=80=81=E7=B2=98=E8=B4=B4=EF=BC=88?= =?UTF-8?q?=E8=BF=98=E6=9C=89=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Icons/Default/Icon/index.vue | 28 +++++++++++++++++-- .../modules/chartEditStore/chartEditStore.ts | 7 ++++- .../components/hooks/eventData.hook.ts | 8 ++++++ 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/src/packages/components/Icons/Default/Icon/index.vue b/src/packages/components/Icons/Default/Icon/index.vue index 5f091ca..02b8739 100644 --- a/src/packages/components/Icons/Default/Icon/index.vue +++ b/src/packages/components/Icons/Default/Icon/index.vue @@ -7,14 +7,15 @@ :rotate="rotate" @click="clickBtn" @dblclick="dblclickBtn" - @rightclick="rightclickBtn" @contextmenu="rightclickBtn" + @mouseenter="mouseenterBtn" + @mouseleave="mouseleaveBtn" />