Skip to content

Commit 3c792ce

Browse files
committed
🔧 chore: 调整 PlaylistDrawer 组件的样式,增加内边距
1 parent 5084da3 commit 3c792ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/renderer/components/common/PlaylistDrawer.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ watch(
254254
}
255255
256256
.playlist-drawer {
257-
@apply flex flex-col gap-6;
257+
@apply flex flex-col gap-6 py-6;
258258
}
259259
260260
.create-playlist-section {
@@ -335,7 +335,7 @@ watch(
335335
}
336336
337337
.playlist-list {
338-
@apply flex flex-col gap-2;
338+
@apply flex flex-col gap-2 pb-40;
339339
}
340340
341341
.playlist-item {
@@ -367,4 +367,9 @@ watch(
367367
}
368368
}
369369
}
370+
371+
:deep(.n-drawer-body-content-wrapper) {
372+
padding-bottom: 0 !important;
373+
padding-top: 0 !important;
374+
}
370375
</style>

0 commit comments

Comments
 (0)