master
memorydream 3 years ago committed by GitHub
parent d580e63358
commit e4298fdad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save