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