From 4d63d6fe81dc70093fc60c81999ec74a84a3f69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=B7=E7=81=AB=E7=9A=84=E7=A5=9E=E7=81=B5?= Date: Tue, 13 Jun 2023 21:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/contribute/contribute.vue | 6 +- YouBili_front/src/views/personal/fans.vue | 242 +++++++++++------- 2 files changed, 150 insertions(+), 98 deletions(-) diff --git a/YouBili_front/src/views/contribute/contribute.vue b/YouBili_front/src/views/contribute/contribute.vue index 8ac21bd..5d6812e 100644 --- a/YouBili_front/src/views/contribute/contribute.vue +++ b/YouBili_front/src/views/contribute/contribute.vue @@ -4,8 +4,10 @@ justify-content: center;align-items: center; width: calc(100vw - 500px); height:700px;margin-right: 500px;margin-left: 0px /* 设置容器高度为视口高度 */;overflow: hidden"> +
+

投稿中心

@@ -81,12 +83,14 @@ :on-success="handleSuccess" :on-preview="handlePictureCardPreview" :on-remove="handleRemove"> - 点击上传
只能上传mp4文件,且不超过100MB
+ 点击上传 + +
diff --git a/YouBili_front/src/views/personal/fans.vue b/YouBili_front/src/views/personal/fans.vue index e4a06e3..91c7682 100644 --- a/YouBili_front/src/views/personal/fans.vue +++ b/YouBili_front/src/views/personal/fans.vue @@ -1,50 +1,53 @@ - \ No newline at end of file -- GitLab