mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
parent
5071e82e1c
commit
3d71e9fc00
5 changed files with 91 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue