修复歌单详情页内歌单名字过长时的UI显示问题(#2028)

pull/1235/merge
lyswhut 2024-09-04 13:04:41 +08:00
parent 061cc16c27
commit 487ee7015e
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
- 新增托盘图标颜色 跟随系统亮暗模式 设置,可以在 设置-其他 启用 #2016
### 就放
- 修复歌单详情页内歌单名字过长时的UI显示问题#2028
### 其他
- 更新 electron 到 v30.4.0

View File

@ -206,6 +206,7 @@ export default {
.songListHeaderMiddle {
flex: auto;
padding: 2px 7px;
min-width: 0;
h3 {
.mixin-ellipsis-1;
line-height: 1.2;