mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
添加专辑推荐 播放进度条优化
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
:style="setAnimationDelay(index, 100)"
|
||||
:key="item.id"
|
||||
>
|
||||
<div :style="setBackgroundImg(item.picUrl)" class="recommend-singer-item-bg"></div>
|
||||
<div
|
||||
:style="setBackgroundImg(item.picUrl + '?param=500y500')"
|
||||
class="recommend-singer-item-bg"
|
||||
></div>
|
||||
<div
|
||||
class="recommend-singer-item-count p-2 text-base text-gray-200 z-10"
|
||||
>{{ item.musicSize }}首</div>
|
||||
|
||||
Reference in New Issue
Block a user