This commit is contained in:
midoks 2021-02-02 15:21:37 +08:00
parent b6d3e52212
commit 5659d09efa
2 changed files with 2 additions and 2 deletions

View File

@ -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>\

View File

@ -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>\