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;