修改音乐 歌手全部显示

This commit is contained in:
algerkong
2021-07-21 22:35:19 +08:00
parent 8fe10268ec
commit a57d1b5e04

View File

@@ -10,7 +10,12 @@
<n-ellipsis class="text-ellipsis" line-clamp="1">{{ item.song.name }}</n-ellipsis>
</div>
<div class="recommend-music-list-item-content-name">
<n-ellipsis class="text-ellipsis" line-clamp="1">{{ item.song.artists[0].name }}</n-ellipsis>
<n-ellipsis class="text-ellipsis" line-clamp="1">
<span
v-for="(artists,index) in item.song.artists"
:key="index"
>{{ artists.name }}{{ index < item.song.artists.length - 1 ? ' / ' : '' }}</span>
</n-ellipsis>
</div>
</div>
<div class="recommend-music-list-item-operating">