修改windows下 web terminal窗口高度

This commit is contained in:
ibuler 2016-01-09 21:50:22 +08:00
parent 0924484bc4
commit 70c86d2a44

View File

@ -244,7 +244,7 @@
content: new_url+data 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'){ } else if (dataArray.length == 1 && data != 'error'){
/*layer.open({ /*layer.open({
type: 2, type: 2,
@ -292,7 +292,7 @@
content: new_url content: new_url
}); });
*/ */
window.open(new_url, '', 'height=628px, width=420px') window.open(new_url, '', 'height=628px, width=380px')
} else { } else {
/* /*
@ -429,4 +429,4 @@
}); });
</script> </script>
{% endblock %} {% endblock %}