From 4344fb629fb2a53dfc5b7830dee082b80fbed11e Mon Sep 17 00:00:00 2001
From: dshclm <3321914460@qq.com>
Date: Fri, 16 May 2025 15:08:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=99=BB=E8=AE=B0--=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E3=80=81=E7=BC=96=E8=BE=91=E3=80=81=E6=9D=90=E6=96=99?=
=?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/newdev/apply/add.html | 23 ++-----------------
.../templates/system/newdev/apply/edit.html | 10 ++------
.../system/newdev/apply/editFile.html | 6 -----
3 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
index b341c290..114a7c49 100644
--- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
@@ -38,12 +38,6 @@
.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);*/
- /*}*/
}
.text-sm {
font-size: 1.4rem;
@@ -114,12 +108,12 @@
@@ -475,19 +469,6 @@
},
},
mounted() {
- // 从后端获取转义后的 JSON 字符串
- // if ([[${applyInfoList}]]){
- // this.formData = {...[[${applyInfoList}]]}
- // // 获取图片并转换为 Blob
- // if (this.formData.photoUrl) {
- // fetch(this.formData.photoUrl)
- // .then(response => response.blob())
- // .then(blob => {
- // this.selectedFile = blob;
- // })
- // .catch(error => console.error('处理图片时出错:', error));
- // }
- // }
}
});
//图片上传
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
index 77f839a3..731ec90f 100644
--- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
@@ -38,12 +38,6 @@
.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);*/
- /*}*/
}
.text-sm {
font-size: 1.4rem;
@@ -114,12 +108,12 @@
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 a7f0b476..3bcb6d8f 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,6 @@
.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);*/
- /*}*/
}
.text-sm {
font-size: 1.4rem;