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;