浏览代码

Update admin.main.js

优化同bs弹出遮罩100%高度
tags/6.5.6
叙述、别离 2 天前
父节点
当前提交
67e158ccbf
共有 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 + 50 + "px";
document.body.appendChild(newobj);
} else {
newobj.style.display = "block";


正在加载...
取消
保存