From e17941dfb03bd87aa2b00fb519c748fab94ce96a Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 6 Apr 2025 21:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E8=B0=83=E6=95=B4=E8=BF=B7?= =?UTF-8?q?=E4=BD=A0=E6=92=AD=E6=94=BE=E6=A0=8F=E5=88=97=E8=A1=A8=E9=A1=B9?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=EF=BC=8C=E4=BB=8E52px=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA69px=EF=BC=8C=E4=BB=A5=E4=BC=98=E5=8C=96=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/player/MiniPlayBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/player/MiniPlayBar.vue b/src/renderer/components/player/MiniPlayBar.vue index 518fd30..636b273 100644 --- a/src/renderer/components/player/MiniPlayBar.vue +++ b/src/renderer/components/player/MiniPlayBar.vue @@ -253,7 +253,7 @@ const togglePlaylist = () => { const scrollToPlayList = () => { setTimeout(() => { const currentIndex = playerStore.playListIndex; - const itemHeight = 52; // 每个列表项的高度 + const itemHeight = 69; // 每个列表项的高度 palyListRef.value?.scrollTo({ top: currentIndex * itemHeight, behavior: 'smooth'