From 0de7a3828268f86942fa2868e4bf30e5c0134761 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 22 十一月 2022 14:00:53 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/plan/plan.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js index 4265c5a..68db138 100644 --- a/src/main/webapp/static/js/plan/plan.js +++ b/src/main/webapp/static/js/plan/plan.js @@ -233,7 +233,8 @@ if (res0.code === 200) { admin.open({ type: 1, - area: '1500px', + area: ["95%", "90%"], + offset: 'auto', title: '娣诲姞鍞墠瑙勫垝鐢宠鍗�' + ' - ' + planType.name, content: $('#editDialog').html(), success: function (layero0, dIndex0) { -- Gitblit v1.9.1