From 9a2cc26f7744a821b3df81219e7e40b594d4a821 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 16 May 2025 10:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/newdev/apply/editFile.html | 257 ++++++++++++++++-- 1 file changed, 230 insertions(+), 27 deletions(-) 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 @@