feat: optimized play/resume logic, add fast-forward support within song.

fix #153.
This commit is contained in:
Terry Geng
2020-05-15 10:22:37 +08:00
parent 7e38c191f6
commit 71e0ede51e
6 changed files with 98 additions and 98 deletions

View File

@ -8,6 +8,9 @@
white-space: nowrap;
overflow: hidden;
}
.tag-space {
margin-right: 3px;
}
.tag-click {
cursor: pointer;
transition: 400ms;