From 99e6b7922e8f624f1bf506a217041b3d06960912 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 29 May 2021 00:40:25 +0800 Subject: [PATCH] fix: bottom token div overflow --- web/index.html | 3 +-- web/index.js | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index 1fc1214..27366c9 100644 --- a/web/index.html +++ b/web/index.html @@ -29,8 +29,7 @@ diff --git a/web/index.js b/web/index.js index b1111b8..f0d77f8 100644 --- a/web/index.js +++ b/web/index.js @@ -521,7 +521,7 @@ const component_audio_player = { error_status: "", } }, - props: ["file"], + props: ['file', 'token'], template: `
Player Status
@@ -548,6 +548,7 @@ const component_audio_player = { +

{{ token }}

`, methods: {