瀏覽代碼

Update admin.main.js

tags/6.5.6
叙述、别离 3 天之前
父節點
當前提交
11e8a6b8eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js 查看文件

@@ -118,7 +118,7 @@ function ChangeFullDiv(showhide, screenheigt) {
newobj.id = "fullpagediv";
newobj.style.position = "absolute";
newobj.className = "fullpagediv";
//newobj.style.height = document.body.clientHeight + 50 + "px";
newobj.style.height = document.body.clientHeight + "px";
document.body.appendChild(newobj);
} else {
newobj.style.display = "block";


Loading…
取消
儲存