This commit is contained in:
parent
b6d3e52212
commit
5659d09efa
|
|
@ -39,7 +39,7 @@ function web_shell2() {
|
|||
var term_box = layer.open({
|
||||
type: 1,
|
||||
title: "本地终端",
|
||||
area: ['750px','435px'],
|
||||
area: ['685px','435px'],
|
||||
closeBtn: 2,
|
||||
shadeClose: false,
|
||||
content: '<div class="term-box"><div id="term"></div></div>\
|
||||
|
|
|
|||
|
|
@ -1379,7 +1379,7 @@ function webShell() {
|
|||
var term_box = layer.open({
|
||||
type: 1,
|
||||
title: "本地终端",
|
||||
area: ['750px','435px'],
|
||||
area: ['685px','435px'],
|
||||
closeBtn: 2,
|
||||
shadeClose: false,
|
||||
content: '<div class="term-box"><div id="term"></div></div>\
|
||||
|
|
|
|||
Loading…
Reference in New Issue