From 64cb069d2ee01bc294bfc46ac8781f0207d0267e Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 23 May 2021 20:18:46 +0800 Subject: [PATCH] =?UTF-8?q?class=20=E5=8C=96=20audio-player?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/index.js | 2 +- web/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.js b/web/index.js index 92c9cb6..b98dfdf 100644 --- a/web/index.js +++ b/web/index.js @@ -357,7 +357,7 @@ const component_audio_player = { template: `
{{ file.filename }} / {{ file.foldername }} -
`, diff --git a/web/style.css b/web/style.css index c63db09..1825c1b 100644 --- a/web/style.css +++ b/web/style.css @@ -37,7 +37,7 @@ a.router-link-active { background-color: lightgray; border-radius: 0.39em 0.39em 0 0; } -video { +.audio-player { height: 39px; width: 100%; }