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 %}