From afa7f3960c046f3bc14ff0e9c20fd7a02acf3bdd 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 14:41:52 +0800 Subject: [PATCH] Update admin.main.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步4:3比例窗口800:600 --- 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 cbf11c36..0696bbb7 100644 --- a/src/static/web/js/admin.main.js +++ b/src/static/web/js/admin.main.js @@ -41,7 +41,7 @@ function OpenMyWin(surl) { window.open(surl, "popUpMyWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top); } function ShowCatMap(e, obj, cid, targetId, oldvalue) { - LoadQuickDiv(e, "archives_do.php?dopost=getCatMap&targetid=" + targetId + "&channelid=" + cid + "&oldvalue=" + oldvalue + "&rnd=" + Math.random(), "getCatMap", "700px", "500px"); + LoadQuickDiv(e, "archives_do.php?dopost=getCatMap&targetid=" + targetId + "&channelid=" + cid + "&oldvalue=" + oldvalue + "&rnd=" + Math.random(), "getCatMap", "800px", "600px"); ChangeFullDiv("show"); } function InitPage() {