diff --git a/src/layout/components/PlayBar.vue b/src/layout/components/PlayBar.vue
index 0720eb6..3ff6cd7 100644
--- a/src/layout/components/PlayBar.vue
+++ b/src/layout/components/PlayBar.vue
@@ -79,10 +79,12 @@
@@ -304,13 +306,14 @@ const setMusicFull = () => {
.music-play {
&-list {
height: 50vh;
- @apply relative rounded-3xl overflow-hidden;
+ width: 300px;
+ @apply relative rounded-3xl overflow-hidden py-2;
&-back {
backdrop-filter: blur(20px);
@apply absolute top-0 left-0 w-full h-full bg-gray-800 bg-opacity-75;
}
&-content {
- padding: 10px;
+ @apply mx-2;
}
}
}
@@ -346,4 +349,8 @@ const setMusicFull = () => {
flex: 1;
}
}
+
+:deep(.n-popover) {
+ box-shadow: none;
+}