Merge branch 'master' into master

This commit is contained in:
是虹川飴 2021-11-24 09:04:18 +08:00 committed by GitHub
commit 1cf8465708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;