From 487ee7015e5990bf6ce309d4c817d5b098d56c64 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 4 Sep 2024 13:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=8C=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=86=85=E6=AD=8C=E5=8D=95=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E6=97=B6=E7=9A=84UI=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=88#2028=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 4 ++++ src/renderer/views/songList/Detail/index.vue | 1 + 2 files changed, 5 insertions(+) diff --git a/publish/changeLog.md b/publish/changeLog.md index 4c0fb0d8..e866d286 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -2,6 +2,10 @@ - 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 (#2016) +### 就放 + +- 修复歌单详情页内歌单名字过长时的UI显示问题(#2028) + ### 其他 - 更新 electron 到 v30.4.0 diff --git a/src/renderer/views/songList/Detail/index.vue b/src/renderer/views/songList/Detail/index.vue index 6df5b021..dac33ab9 100644 --- a/src/renderer/views/songList/Detail/index.vue +++ b/src/renderer/views/songList/Detail/index.vue @@ -206,6 +206,7 @@ export default { .songListHeaderMiddle { flex: auto; padding: 2px 7px; + min-width: 0; h3 { .mixin-ellipsis-1; line-height: 1.2;