From 5d33d29e593cec046350e588240c23d9fe30d3f2 Mon Sep 17 00:00:00 2001 From: Wonder Date: Tue, 18 Nov 2025 20:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=A8Feat:=20=E9=A6=96=E9=A1=B5=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 78 ++++++++++++++++++-- frontend/src/components/BigFileUpload.vue | 31 +------- frontend/src/components/MultiFileUpload.vue | 31 +------- frontend/src/components/PictureUpload.vue | 31 +------- frontend/src/components/QuickUpload.vue | 31 +------- frontend/src/components/SingleFileUpload.vue | 31 +------- frontend/src/components/StopFileUpload.vue | 31 +------- 7 files changed, 77 insertions(+), 187 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 591a031..43ed10c 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,15 +1,58 @@ @@ -19,8 +62,29 @@ export default { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + position: absolute; text-align: center; color: #2c3e50; - margin-top: 60px; + top: 0; + left: 0; + bottom: 0; + width: 100%; +} +.my-container { + margin: 0 auto; + position: absolute; + width: 100%; + height: 100%; +} +.my-header { + background-color: deepskyblue; + height: 20px; + font-size: large; + display: flex; + justify-content: center; + align-items: center; +} +.my-main { + margin: 1em 1em; } diff --git a/frontend/src/components/BigFileUpload.vue b/frontend/src/components/BigFileUpload.vue index 26001c3..dd71300 100644 --- a/frontend/src/components/BigFileUpload.vue +++ b/frontend/src/components/BigFileUpload.vue @@ -1,38 +1,9 @@