From 6ef8015179b5f4aac1f1250c6bdcef9ab7ab3d08 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 7 Jan 2023 18:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=8C=E8=AF=8D=E9=98=B4?= =?UTF-8?q?=E5=BD=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer-lyric/components/layout/LyricHorizontal/index.vue | 1 + src/renderer-lyric/components/layout/LyricVertical/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/renderer-lyric/components/layout/LyricHorizontal/index.vue b/src/renderer-lyric/components/layout/LyricHorizontal/index.vue index 9f6f0653..a0dcddc5 100644 --- a/src/renderer-lyric/components/layout/LyricHorizontal/index.vue +++ b/src/renderer-lyric/components/layout/LyricHorizontal/index.vue @@ -76,6 +76,7 @@ export default { } .shadow { color: transparent; + margin-left: -0.14em; } .line-content { line-height: 1.2; diff --git a/src/renderer-lyric/components/layout/LyricVertical/index.vue b/src/renderer-lyric/components/layout/LyricVertical/index.vue index eea3a8c3..8054660b 100644 --- a/src/renderer-lyric/components/layout/LyricVertical/index.vue +++ b/src/renderer-lyric/components/layout/LyricVertical/index.vue @@ -80,6 +80,7 @@ export default { } .shadow { color: transparent; + margin-left: -0.14em; } .line-content { line-height: 1.2;