diff --git a/src/components/PlaylistType.vue b/src/components/PlaylistType.vue
index ca7d323..dc6fc1c 100644
--- a/src/components/PlaylistType.vue
+++ b/src/components/PlaylistType.vue
@@ -2,7 +2,7 @@
歌单分类
-
+
{
}
.play-list-type {
width: 250px;
- @apply mr-6;
+ @apply mx-6;
&-item,
&-showall {
@apply py-2 px-3 mr-3 mb-3 inline-block border border-gray-700 rounded-xl cursor-pointer hover:bg-green-600 transition;
diff --git a/src/components/RecommendAlbum.vue b/src/components/RecommendAlbum.vue
index a1a68e6..055e713 100644
--- a/src/components/RecommendAlbum.vue
+++ b/src/components/RecommendAlbum.vue
@@ -9,9 +9,11 @@
:class="setAnimationClass('animate__backInUp')"
:style="setAnimationDelay(index, 100)"
>
-
{{ item.name }}
@@ -24,7 +26,7 @@
import { getNewAlbum } from "@/api/home"
import { ref, onMounted } from "vue";
import type { IAlbumNew } from "@/type/album"
-import { setAnimationClass, setAnimationDelay } from "@/utils";
+import { setAnimationClass, setAnimationDelay, getImgUrl } from "@/utils";
const albumData = ref()
diff --git a/src/components/RecommendSinger.vue b/src/components/RecommendSinger.vue
index f75f2e5..f4e3471 100644
--- a/src/components/RecommendSinger.vue
+++ b/src/components/RecommendSinger.vue
@@ -10,7 +10,7 @@
:key="item.id"
>