💄 Use floating button

This commit is contained in:
zhbaor 2023-02-23 20:26:43 +08:00
parent 1a529db84b
commit 8783a91a65
3 changed files with 18 additions and 13 deletions

View file

@ -1,6 +1,6 @@
<script setup>
import AudioCard from "../components/AudioCard.vue";
// import TotalProgress from "../components/TotalProgress.vue";
import TotalProgress from "../components/TotalProgress.vue";
import DownloadButton from "../components/DownloadButton.vue";
const p1 = {
@ -30,7 +30,7 @@ const p4 = {
<template>
<div
class="vh-100 vw-100 bg-body-secondary overflow-scroll d-flex flex-column"
class="vh-100 vw-100 bg-body-secondary overflow-scroll d-flex flex-column position-relative"
>
<div class="container overflow-y-scroll flex-grow-1">
<div class="row g-3 py-3">
@ -49,8 +49,6 @@ const p4 = {
</div>
</div>
<!-- <TotalProgress display="Downloading" :finished="114514" :total="191981"></TotalProgress> -->
<DownloadButton></DownloadButton>
<!-- <DownloadButton></DownloadButton> -->
</div>
</template>
<style scoped></style>