From 8ba7a9d91c93f8dda1762ca2a8da1bd6f79d88cd Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Fri, 22 Jan 2021 10:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Canvas/EditableElement.vue | 1 - src/views/Editor/Canvas/Operate/RotateHandler.vue | 5 +++++ src/views/Editor/Thumbnails/index.vue | 5 +++++ src/views/Editor/Toolbar/ElementAnimationPanel.vue | 5 +++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/Editor/Canvas/EditableElement.vue b/src/views/Editor/Canvas/EditableElement.vue index 8fea89c6..79b9e938 100644 --- a/src/views/Editor/Canvas/EditableElement.vue +++ b/src/views/Editor/Canvas/EditableElement.vue @@ -6,7 +6,6 @@ :style="{ zIndex: elementIndex }" > \ No newline at end of file diff --git a/src/views/Editor/Thumbnails/index.vue b/src/views/Editor/Thumbnails/index.vue index a80e7e47..07209bf7 100644 --- a/src/views/Editor/Thumbnails/index.vue +++ b/src/views/Editor/Thumbnails/index.vue @@ -187,5 +187,10 @@ export default defineComponent({ font-size: 12px; color: #999; width: 20px; + cursor: grab; + + &:active { + cursor: grabbing; + } } \ No newline at end of file diff --git a/src/views/Editor/Toolbar/ElementAnimationPanel.vue b/src/views/Editor/Toolbar/ElementAnimationPanel.vue index 0b93fb5a..035757f0 100644 --- a/src/views/Editor/Toolbar/ElementAnimationPanel.vue +++ b/src/views/Editor/Toolbar/ElementAnimationPanel.vue @@ -251,6 +251,11 @@ export default defineComponent({ padding: 6px; border-radius: $borderRadius; margin-bottom: 8px; + cursor: grab; + + &:active { + cursor: grabbing; + } &.active { border-color: $themeColor;