From 59824bffc5813f9d7908e6d9b4e29c19e874697c Mon Sep 17 00:00:00 2001 From: RockYang Date: Mon, 22 Jul 2024 07:12:21 +0800 Subject: [PATCH] add close button for music player --- web/src/assets/css/suno.styl | 3 ++- web/src/components/MusicPlayer.vue | 20 ++++++++++++++++++-- web/src/views/Suno.vue | 8 +++++--- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/web/src/assets/css/suno.styl b/web/src/assets/css/suno.styl index 0976ac6..becbd66 100644 --- a/web/src/assets/css/suno.styl +++ b/web/src/assets/css/suno.styl @@ -72,6 +72,7 @@ .right-box { width 100% color rgb(250 247 245) + overflow hidden .list-box { padding 0 0 0 20px @@ -230,7 +231,7 @@ width 100% position: fixed; bottom: 0; - left: 0; + left: 50px; padding 20px 0 } } diff --git a/web/src/components/MusicPlayer.vue b/web/src/components/MusicPlayer.vue index a3e3807..62802be 100644 --- a/web/src/components/MusicPlayer.vue +++ b/web/src/components/MusicPlayer.vue @@ -32,6 +32,8 @@
+ + @@ -39,6 +41,7 @@