|
|
@ -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;
|
|
|
|