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