From 7a32f68262b3200b7d55037f02cd960157289af9 Mon Sep 17 00:00:00 2001 From: MoYingJi Date: Sat, 27 Dec 2025 06:41:20 +0800 Subject: [PATCH] =?UTF-8?q?style(MainAMLyric):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=AD=8C=E8=AF=8D=E6=BB=9A=E5=8A=A8=E4=BD=8D=E7=BD=AE=E9=9D=A0?= =?UTF-8?q?=E8=BF=91=E9=A1=B6=E9=83=A8=E6=97=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Player/MainAMLyric.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Player/MainAMLyric.vue b/src/components/Player/MainAMLyric.vue index 585ddf137..448211dde 100644 --- a/src/components/Player/MainAMLyric.vue +++ b/src/components/Player/MainAMLyric.vue @@ -17,7 +17,8 @@ :playing="statusStore.playStatus" :enableSpring="settingStore.useAMSpring" :enableScale="settingStore.useAMSpring" - :alignPosition="settingStore.lyricsScrollPosition === 'center' ? 0.5 : 0.2" + :alignPosition="settingStore.lyricsScrollPosition === 'center' ? 0.5 : 0.15" + :alignAnchor="settingStore.lyricsScrollPosition === 'center' ? 'center' : 'top'" :enableBlur="settingStore.lyricsBlur" :hidePassedLines="settingStore.hidePassedLines" :wordFadeWidth="settingStore.wordFadeWidth"