Преглед изворни кода

Update admin.main.js

优化同bs弹出遮罩100%高度
tags/6.5.6
叙述、别离 пре 3 дана
родитељ
комит
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";


Loading…
Откажи
Сачувај