feat: 优化页面样式

This commit is contained in:
alger
2025-01-13 22:55:46 +08:00
parent 8ffe472605
commit 632cdb1239
7 changed files with 58 additions and 23 deletions
+9 -2
View File
@@ -51,7 +51,14 @@
</n-ellipsis>
</div>
<div class="music-content-name">
<n-ellipsis class="text-ellipsis" line-clamp="1">
<n-ellipsis
class="text-ellipsis"
line-clamp="1"
:tooltip="{
contentStyle: { maxWidth: '600px' },
zIndex: 99999
}"
>
<span
v-for="(artists, artistsindex) in playMusic.ar || playMusic.song.artists"
:key="artistsindex"
@@ -141,7 +148,7 @@
</n-popover>
</div>
<!-- 播放音乐 -->
<music-full ref="MusicFullRef" v-model:music-full="musicFullVisible" :background="background" />
<music-full ref="MusicFullRef" v-model="musicFullVisible" :background="background" />
</div>
</template>