Commit 1d14f085 authored by ibuler's avatar ibuler

fix(web terminal) 修改web terminal初始窗口大小

代码缺陷,没有复用
parent 5a6e0283
......@@ -246,7 +246,7 @@
content: new_url+data
});
*/
window.open(new_url+data, '', 'width=628px, height=452px')
window.open(new_url+data, '', 'width=628px, height=410px')
}
else {
aUrl = '';
......@@ -295,7 +295,7 @@
content: new_url
});
*/
window.open(new_url+data, '', 'width=628px, height=452px');
window.open(new_url+data, '', 'width=628px, height=410px');
}
return false
......
......@@ -293,7 +293,7 @@
content: new_url
});
*/
window.open(new_url, '_blank', 'toolbar=yes, location=yes, copyhistory=yes, scrollbars=yes, width=628, height=400')
window.open(new_url, '_blank', 'toolbar=yes, location=yes, copyhistory=yes, scrollbars=yes, width=628, height=380')
} 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