mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-08 07:45:15 +08:00
Merge branch 'master' of https://github.com/isNijikawa/YesPlayMusic
This commit is contained in:
commit
6e2dd44159
|
@ -31,7 +31,7 @@
|
|||
/>
|
||||
<div class="track-info" :title="audioSource">
|
||||
<div
|
||||
:class="['name', { hasList: hasList() }]"
|
||||
:class="['name', { 'has-list': hasList() }]"
|
||||
@click="hasList() && goToList()"
|
||||
>
|
||||
{{ currentTrack.name }}
|
||||
|
@ -318,7 +318,7 @@ export default {
|
|||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
.hasList {
|
||||
.has-list {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in New Issue
Block a user