mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
22c9691a73
commit
c506dea02b
18 changed files with 79 additions and 32 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<button-icon
|
||||
:title="$t('player.nextUp')"
|
||||
:class="{
|
||||
active: this.$route.name === 'next',
|
||||
active: $route.name === 'next',
|
||||
disabled: player.isPersonalFM,
|
||||
}"
|
||||
@click.native="goToNextTracksPage"
|
||||
|
|
@ -154,7 +154,7 @@
|
|||
:interval="0.01"
|
||||
:drag-on-click="true"
|
||||
:duration="0"
|
||||
:tooltip="`none`"
|
||||
tooltip="none"
|
||||
:dot-size="12"
|
||||
></vue-slider>
|
||||
</div>
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
class="lyrics-button"
|
||||
title="歌词"
|
||||
style="margin-left: 12px"
|
||||
@click.native.stop="toggleLyrics"
|
||||
@click.native="toggleLyrics"
|
||||
><svg-icon icon-class="arrow-up"
|
||||
/></button-icon>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue