mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix: name (#1033)
This commit is contained in:
parent
d580e63358
commit
e4298fdad6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue