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="{
|
:tooltip="{
|
||||||
trigger: 'click',
|
trigger: 'click',
|
||||||
placement: 'bottom',
|
placement: 'bottom',
|
||||||
width: 'trigger',
|
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
{{ playlistDetailData.description }}
|
<span style="white-space: pre;">
|
||||||
|
{{ playlistDetailData.description }}
|
||||||
|
</span>
|
||||||
</n-ellipsis>
|
</n-ellipsis>
|
||||||
<!-- 信息 -->
|
<!-- 信息 -->
|
||||||
<n-flex class="meta">
|
<n-flex class="meta">
|
||||||
|
|||||||
Reference in New Issue
Block a user