From 3c792ce3cc83acee9bf93de97d54b0149d2260cf Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 15 May 2025 21:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=E8=B0=83=E6=95=B4=20Pl?= =?UTF-8?q?aylistDrawer=20=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/common/PlaylistDrawer.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/common/PlaylistDrawer.vue b/src/renderer/components/common/PlaylistDrawer.vue index 42679a8..a33b03d 100644 --- a/src/renderer/components/common/PlaylistDrawer.vue +++ b/src/renderer/components/common/PlaylistDrawer.vue @@ -254,7 +254,7 @@ watch( } .playlist-drawer { - @apply flex flex-col gap-6; + @apply flex flex-col gap-6 py-6; } .create-playlist-section { @@ -335,7 +335,7 @@ watch( } .playlist-list { - @apply flex flex-col gap-2; + @apply flex flex-col gap-2 pb-40; } .playlist-item { @@ -367,4 +367,9 @@ watch( } } } + +:deep(.n-drawer-body-content-wrapper) { + padding-bottom: 0 !important; + padding-top: 0 !important; +}