From 268c79f4a0fbd716326f92b06cd50c0547421266 Mon Sep 17 00:00:00 2001 From: zhuangqian Date: Fri, 16 Dec 2016 12:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=90=8E=E5=8F=B0ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/view/common/_widget/fileupload.tag | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/view/common/_widget/fileupload.tag b/src/main/webapp/WEB-INF/view/common/_widget/fileupload.tag index d1c550a2..c0da4e6b 100644 --- a/src/main/webapp/WEB-INF/view/common/_widget/fileupload.tag +++ b/src/main/webapp/WEB-INF/view/common/_widget/fileupload.tag @@ -86,13 +86,13 @@ function ${id}_getFile(url, id, name){ var html = []; - html.push('
'); + html.push('
'); html.push(" '); - html.push(' '); - html.push(' '); - html.push(' ' + name + ''); + html.push(' '); + html.push(' '); + html.push(' ' + name + ''); html.push(' '); html.push('
'); return html.join(''); @@ -100,10 +100,10 @@ function ${id}_getViewFile(url, id, name){ var html = []; - html.push('
'); - html.push(' '); - html.push(' '); - html.push(' ' + name + ''); + html.push('
'); + html.push(' '); + html.push(' '); + html.push(' ' + name + ''); html.push(' '); html.push('
'); return html.join('');