From 8783a91a650decd20adb9aacd2ebc95a51c7f19c Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Thu, 23 Feb 2023 20:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Use=20floating=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 2 -- frontend/src/components/DownloadButton.vue | 21 +++++++++++++++------ frontend/src/views/AudioDownload.vue | 8 +++----- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ec77da1..eb9d106 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,5 +7,3 @@ import AudioDownload from "./views/AudioDownload.vue"; - - diff --git a/frontend/src/components/DownloadButton.vue b/frontend/src/components/DownloadButton.vue index 5c2109c..3e9795f 100644 --- a/frontend/src/components/DownloadButton.vue +++ b/frontend/src/components/DownloadButton.vue @@ -1,13 +1,22 @@ - + diff --git a/frontend/src/views/AudioDownload.vue b/frontend/src/views/AudioDownload.vue index c3357b0..fd26812 100644 --- a/frontend/src/views/AudioDownload.vue +++ b/frontend/src/views/AudioDownload.vue @@ -1,6 +1,6 @@