From 05070e332235c96a46f4871133f8e2146363110a Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Sat, 24 May 2025 23:49:15 +1000 Subject: [PATCH] =?UTF-8?q?style(Player):=20=E8=B0=83=E6=95=B4=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=99=A8=E7=95=8C=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除宽度限制并添加文本截断功能,以改善播放器界面的显示效果 --- src/components/Player.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Player.vue b/src/components/Player.vue index b8d78bd..37cee9e 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -69,11 +69,11 @@ function playPrevious() {
-
- {{ playQueueStore.list[playQueueStore.currentIndex].song.name }} +
+ {{ playQueueStore.list[playQueueStore.currentIndex].song.name }}