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 @@ - - + + + + MyUploader + + + + + + + 单文件上传 + + + + 多文件上传 + + + + 大文件上传 + + + + 断点续传 + + + + 文件秒传 + + + + 图片上传 + + + + + + + + + @@ -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 @@ - - {{ msg }} 111 - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - + 大文件上传
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -