mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: bugs
This commit is contained in:
parent
3822b498a1
commit
b2f758f0c4
11 changed files with 40 additions and 67 deletions
|
|
@ -106,9 +106,9 @@
|
|||
<div class="section-title">相似歌手</div>
|
||||
<CoverRow
|
||||
type="artist"
|
||||
:columnNumber="7"
|
||||
:columnNumber="6"
|
||||
gap="36px 28px"
|
||||
:items="similarArtists.slice(0, 14)"
|
||||
:items="similarArtists.slice(0, 12)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue