mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
Merge pull request #583 from MoYingJi/fix
fix(playlist): 歌单描述有换行时并没有正确换行
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user