mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Style fix for dashboard
This commit is contained in:
parent
ae65809ec5
commit
86ea370cf4
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<artist-item v-for="artist in topArtists" :artist="artist"></artist-item>
|
||||
<span class="item"></span>
|
||||
<span class="item" v-for="n in 5"></span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
<div class="wrapper">
|
||||
<album-item v-for="album in topAlbums" :album="album"></album-item>
|
||||
<span class="item"></span>
|
||||
<span class="item" v-for="n in 5"></span>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue