diff --git a/src/layout/components/PlayBar.vue b/src/layout/components/PlayBar.vue index 08eef67..3022425 100644 --- a/src/layout/components/PlayBar.vue +++ b/src/layout/components/PlayBar.vue @@ -19,71 +19,108 @@
- +
- - - +
{{ getNowTime }}
+ + + +
{{ getAllTime }}
-
123123
- + playMusicEvent @@ -134,5 +171,8 @@ const playMusicEvent = async () => { .music-time { @apply flex flex-1; + .time { + @apply mx-4; + } } \ No newline at end of file