diff --git a/src/App.vue b/src/App.vue
index d3abfbe..3ce9594 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,9 @@
-
-
-
+
+
+
+
+
+
+
diff --git a/src/components/RecommendSinger.vue b/src/components/RecommendSinger.vue
index a99893a..53a1ebb 100644
--- a/src/components/RecommendSinger.vue
+++ b/src/components/RecommendSinger.vue
@@ -9,7 +9,10 @@
:style="setAnimationDelay(index, 100)"
:key="item.id"
>
-
+
{{ item.musicSize }}首
diff --git a/src/components/RecommendSonglist.vue b/src/components/RecommendSonglist.vue
index b2eb44e..8a40c43 100644
--- a/src/components/RecommendSonglist.vue
+++ b/src/components/RecommendSonglist.vue
@@ -1,6 +1,6 @@
-
本周最热音乐
+
本周最热音乐
{
@apply text-lg font-bold mb-4;
}
.recommend-music {
+ @apply flex-auto;
+ // width: 530px;
.text-ellipsis {
width: 100%;
}
- @apply flex-1 mr-96;
&-list {
@apply rounded-3xl p-2 w-full border border-gray-700;
background-color: #0d0d0d;
diff --git a/src/layout/components/PlayBar.vue b/src/layout/components/PlayBar.vue
index be3b514..f7cac7d 100644
--- a/src/layout/components/PlayBar.vue
+++ b/src/layout/components/PlayBar.vue
@@ -1,5 +1,5 @@
-