From 0808d77a2d6d2d569686a28acb56e603202f1233 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 4 Mar 2021 14:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BC=A0=E6=A0=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer-lyric/components/core/Lyric.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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 {