Merge pull request #583 from MoYingJi/fix

fix(playlist): 歌单描述有换行时并没有正确换行
This commit is contained in:
底层用户
2025-11-20 20:37:10 +08:00
committed by GitHub

View File

@@ -56,10 +56,11 @@
:tooltip="{
trigger: 'click',
placement: 'bottom',
width: 'trigger',
}"
>
{{ playlistDetailData.description }}
<span style="white-space: pre;">
{{ playlistDetailData.description }}
</span>
</n-ellipsis>
<!-- 信息 -->
<n-flex class="meta">