From b60f84f36d1914d83a481cdec4ef4f5fa1b81dae Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Tue, 27 May 2025 18:39:16 +1000 Subject: [PATCH] fix(AlbumDetailDialog): add overflow hidden to track item container for better layout --- src/components/AlbumDetailDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AlbumDetailDialog.vue b/src/components/AlbumDetailDialog.vue index e66cf36..0db734a 100644 --- a/src/components/AlbumDetailDialog.vue +++ b/src/components/AlbumDetailDialog.vue @@ -198,7 +198,7 @@ function playTheAlbum(from: number = 0) { 共 {{ album?.songs?.length ?? '?' }} 首曲目 -
+