This commit is contained in:
是虹川飴 2021-11-28 00:25:54 +08:00
commit 6e2dd44159

View File

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