修改windows下 web terminal窗口高度

pull/45/merge
ibuler 9 years ago
parent 0924484bc4
commit 70c86d2a44

@ -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 @@
});
</script>
{% endblock %}
{% endblock %}

Loading…
Cancel
Save