mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 14:50:50 +08:00
没
This commit is contained in:
@@ -46,8 +46,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="recommend-music">
|
<div class="recommend-music">
|
||||||
<div class="title">本周最热音乐</div>
|
<div class="title">本周最热音乐</div>
|
||||||
<n-layout class="bg-black">
|
<n-layout class=" recommend-music-list " >
|
||||||
<img v-for="item in recommendMusic?.result" :src="item.picUrl" width="100" height="100" />
|
<n-space vertical>
|
||||||
|
<!-- 推荐音乐列表 -->
|
||||||
|
<div>
|
||||||
|
<img v-for="item in recommendMusic?.result" :src="item.picUrl" width="100" height="50" />
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</n-space>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,6 +159,11 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.recommend-music {
|
.recommend-music {
|
||||||
|
@apply flex-1 mr-96;
|
||||||
|
&-list{
|
||||||
|
@apply rounded-3xl p-6 w-full border border-gray-700;
|
||||||
|
background-color: #0D0D0D;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user