From 36225628b69b22371ec6ca90e6518e1dd3907015 Mon Sep 17 00:00:00 2001 From: algerkong <1455048564@qq.com> Date: Wed, 21 Jul 2021 22:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=20=E7=A9=BA=E6=A0=BC?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E6=92=AD=E6=94=BE=20=20=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/PlayBar.vue | 100 +++++++++++++++++++++--------- 1 file changed, 70 insertions(+), 30 deletions(-) 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