From 11e8a6b8eb37d5737c0822ab4ec85956b7ed06c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:43:33 +0800 Subject: [PATCH] Update admin.main.js --- src/static/web/js/admin.main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/web/js/admin.main.js b/src/static/web/js/admin.main.js index 06d49547..70a38efd 100644 --- a/src/static/web/js/admin.main.js +++ b/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";