diff --git a/src/renderer-lyric/components/core/Lyric.vue b/src/renderer-lyric/components/core/Lyric.vue index 98ff4eda..41d10cd5 100644 --- a/src/renderer-lyric/components/core/Lyric.vue +++ b/src/renderer-lyric/components/core/Lyric.vue @@ -322,11 +322,9 @@ export default { height: 100%; overflow: hidden; font-size: 16px; - cursor: grab; color: @color-theme-lyric; - &.draging { - cursor: grabbing; - } + cursor: move; + :global { .lrc-content { line-height: 1.2; @@ -337,6 +335,10 @@ export default { display: inline-block; } + .font, .translation { + cursor: grab; + } + .translation { transition: @transition-theme !important; transition-property: font-size, color; @@ -420,6 +422,15 @@ export default { // -webkit-text-stroke: thin #124628; } } +.draging { + :global { + .lrc-content { + .font, .translation { + cursor: grabbing; + } + } + } +} .lrc-active-zoom { :global { .lrc-content {