🔧 chore: 调整 PlaylistDrawer 组件的样式,增加内边距

This commit is contained in:
alger
2025-05-15 21:17:14 +08:00
parent 5084da333f
commit 3c792ce3cc

View File

@@ -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;
}
</style>