From 70c86d2a44947479916d902e208f7b4fc50b6b19 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sat, 9 Jan 2016 21:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9windows=E4=B8=8B=20web=20term?= =?UTF-8?q?inal=E7=AA=97=E5=8F=A3=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/jasset/asset_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/jasset/asset_list.html b/templates/jasset/asset_list.html index 1da808c3c..848ce7ac8 100644 --- a/templates/jasset/asset_list.html +++ b/templates/jasset/asset_list.html @@ -244,7 +244,7 @@ content: new_url+data }); */ - window.open(new_url+data, '', 'width=628px, height=420px') + window.open(new_url+data, '', 'width=628px, height=380px') } else if (dataArray.length == 1 && data != 'error'){ /*layer.open({ type: 2, @@ -292,7 +292,7 @@ content: new_url }); */ - window.open(new_url, '', 'height=628px, width=420px') + window.open(new_url, '', 'height=628px, width=380px') } else { /* @@ -429,4 +429,4 @@ }); -{% endblock %} \ No newline at end of file +{% endblock %}