From 1772ac929d3390010f3d04b088e16bbc87d76e36 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 1 Nov 2023 15:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E4=B8=8A=E4=BC=A0=E6=A1=86=E5=AE=9A=E4=BD=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homework/HomeworkPage.vue | 139 ++++++++++++++-------------- 1 file changed, 71 insertions(+), 68 deletions(-) diff --git a/src/views/homework/HomeworkPage.vue b/src/views/homework/HomeworkPage.vue index 3668133..19a0ee8 100644 --- a/src/views/homework/HomeworkPage.vue +++ b/src/views/homework/HomeworkPage.vue @@ -17,7 +17,8 @@
{{ sName }}
/
作业详情
-
+ +
@@ -107,73 +108,75 @@
-
-
-
-
- -
- - {{ file.name }} - - {{ file.percentage }}% - {{ - { - ready: "正在上传", - abort: "暂停", - uploading: "正在上传", - fail: "上传失败", - success: "上传成功", - }[file.status] - }} -
-
+
+
+
+
+
+ +
+ + {{ file.name }} + + {{ file.percentage }}% + {{ + { + ready: "正在上传", + abort: "暂停", + uploading: "正在上传", + fail: "上传失败", + success: "上传成功", + }[file.status] + }} +
+
+
+ +
- -
@@ -703,7 +706,7 @@ function reUpload(i) { } .uploadDetail { - position: absolute; + // position: absolute; //top: 235px; right: 3px; z-index: 100;