From 8ad26da5d7fc27cb33cb8b1e151e1dc73b9d45c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Thu, 13 Jun 2024 15:44:56 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=BC=94?= =?UTF-8?q?=E7=A4=BA=E6=A8=A1=E5=BC=8F=E4=B8=AD=E5=8F=B3=E4=B8=8B=E8=A7=92?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Demonstrate.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web/src/pages/Edit/components/Demonstrate.vue b/web/src/pages/Edit/components/Demonstrate.vue index c11acd78..e8ab650d 100644 --- a/web/src/pages/Edit/components/Demonstrate.vue +++ b/web/src/pages/Edit/components/Demonstrate.vue @@ -13,10 +13,20 @@ @click="exit" ref="exitDemonstrateBtnRef" v-if="isEnterDemonstrate" + @mousedown.stop + @mousemove.stop + @mouseup.stop > -
+