mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: name (#1033)
This commit is contained in:
parent
0442214555
commit
bb573d6dfd
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
/>
|
/>
|
||||||
<div class="track-info" :title="audioSource">
|
<div class="track-info" :title="audioSource">
|
||||||
<div
|
<div
|
||||||
:class="['name', { hasList: hasList() }]"
|
:class="['name', { 'has-list': hasList() }]"
|
||||||
@click="hasList() && goToList()"
|
@click="hasList() && goToList()"
|
||||||
>
|
>
|
||||||
{{ currentTrack.name }}
|
{{ currentTrack.name }}
|
||||||
|
|
@ -318,7 +318,7 @@ export default {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.hasList {
|
.has-list {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue