Commit 70c86d2a authored by ibuler's avatar ibuler

修改windows下 web terminal窗口高度

parent 0924484b
......@@ -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 {
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment