From 1ca9e55e026bdc0e25ce26235ac913aeb929356f Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 25 Feb 2025 17:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evaluate/outsourcerEvaluation/evaluationForm.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index eb6242d..51d94f4 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -14,6 +14,11 @@ letter-spacing: 1px; } + + .upload-success { + padding: 0 6px; + + } @@ -290,7 +295,7 @@ $(this.elem).hide(); // 插入新的 DOM 元素,例如:显示上传成功的消息或其他操作 - var newDom = $(`
${res.obj}
`); + var newDom = $(`
${res.message}
`); $(this.elem).parent().append(newDom); }, error: function () {