mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 16:27:23 +08:00
✨ feat: 修复桌面歌词滚动问题
This commit is contained in:
@@ -59,10 +59,7 @@
|
|||||||
v-for="(line, index) in staticData.lrcArray"
|
v-for="(line, index) in staticData.lrcArray"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="lyric-line"
|
class="lyric-line"
|
||||||
:style="{
|
:style="lyricLineStyle"
|
||||||
...lyricLineStyle,
|
|
||||||
display: line.text ? 'flex' : 'none',
|
|
||||||
}"
|
|
||||||
:class="{
|
:class="{
|
||||||
'lyric-line-current': index === currentIndex,
|
'lyric-line-current': index === currentIndex,
|
||||||
'lyric-line-passed': index < currentIndex,
|
'lyric-line-passed': index < currentIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user