mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-08 05:35:16 +08:00
Merge branch 'master' of github.com:qier222/YesPlayMusic
This commit is contained in:
commit
ff4d9386bc
|
@ -14,12 +14,8 @@
|
|||
:class="{ hover: focus }"
|
||||
/>
|
||||
<div class="no" v-if="isAlbum">
|
||||
<button
|
||||
class="play-button"
|
||||
v-show="focus && track.playable && !isPlaying"
|
||||
@click="playTrack"
|
||||
>
|
||||
<svg-icon icon-class="play"></svg-icon>
|
||||
<button v-show="focus && track.playable && !isPlaying" @click="playTrack">
|
||||
<svg-icon icon-class="play" style="height:14px;width:14px"></svg-icon>
|
||||
</button>
|
||||
<span v-show="(!focus || !track.playable) && !isPlaying">{{
|
||||
track.no
|
||||
|
|
Loading…
Reference in New Issue
Block a user