diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html index 10accb3e..6a9ddff5 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html @@ -37,12 +37,12 @@ .transition-custom { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } - /*.scale-hover {*/ - /* transition: transform 0.2s ease-in-out;*/ - /*}*/ - /*.scale-hover:hover {*/ - /* transform: scale(1.02);*/ - /*}*/ + .scale-hover { + transition: transform 0.2s ease-in-out; + } + .scale-hover:hover { + transform: scale(1.02); + } } .text-sm { font-size: 1.4rem; @@ -290,10 +290,61 @@ -

文件上传

-
+

材料上传

+ + +
+
+
上传PDF文件
+
+ +
+
+ + +
+
+ 上传中: {{ currentFileName }} + {{ uploadProgress }}% +
+
+
+
+
+ + +
+
+ +

暂无上传文件

+
+
+
+
+ +
+
+

{{ file.fileName }}

+
+
+ + +
+
+
+
+
+ +
-   +  
@@ -331,8 +382,14 @@
+ +
+
+ + {{ uploadSuccessMessage }} +
+
- @@ -340,12 +397,6 @@