diff --git a/templates/jasset/asset_cu_list.html b/templates/jasset/asset_cu_list.html
index 1d8e62346..7099a1d66 100644
--- a/templates/jasset/asset_cu_list.html
+++ b/templates/jasset/asset_cu_list.html
@@ -234,7 +234,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({
@@ -282,7 +282,7 @@
content: new_url
});
*/
- window.open(new_url+data, '', 'width=628px, height=420px');
+ window.open(new_url+data, '', 'width=628px, height=380px');
} else {
/*
@@ -363,4 +363,4 @@
});
-{% endblock %}
\ No newline at end of file
+{% endblock %}