mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
Merge branch 'master' of https://github.com/qier222/YesPlayMusic
This commit is contained in:
commit
01bfe7fa20
4 changed files with 17 additions and 4 deletions
|
|
@ -15,7 +15,10 @@
|
|||
/>
|
||||
<div class="no" v-if="isAlbum">
|
||||
<button v-show="focus && track.playable && !isPlaying" @click="playTrack">
|
||||
<svg-icon icon-class="play" style="height:14px;width:14px"></svg-icon>
|
||||
<svg-icon
|
||||
icon-class="play"
|
||||
style="height: 14px; width: 14px"
|
||||
></svg-icon>
|
||||
</button>
|
||||
<span v-show="(!focus || !track.playable) && !isPlaying">{{
|
||||
track.no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue