feat: 增加我的听歌排行 (#274) (#1197)

This commit is contained in:
Rick 2022-01-07 21:32:00 +08:00 committed by GitHub
parent 5071e82e1c
commit 3d71e9fc00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 1 deletions

View file

@ -80,6 +80,8 @@
<div v-if="showTrackTime" class="time">
{{ track.dt | formatTime }}
</div>
<div v-if="track.playCount" class="count"> {{ track.playCount }}</div>
</div>
</template>
@ -349,7 +351,8 @@ button {
-webkit-line-clamp: 2;
overflow: hidden;
}
.time {
.time,
.count {
font-size: 16px;
width: 50px;
cursor: default;