From 2eee3afc20c31ff79edf051f73a15126bfd34fae Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 28 May 2025 14:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=AD=90=E7=9C=8B=E6=9D=BF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/js/basic/lineManagement/lineList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/js/basic/lineManagement/lineList.js b/src/main/resources/static/js/basic/lineManagement/lineList.js index 9b287c8..4dfcfd2 100644 --- a/src/main/resources/static/js/basic/lineManagement/lineList.js +++ b/src/main/resources/static/js/basic/lineManagement/lineList.js @@ -270,21 +270,21 @@ function addTower(id){ let param = { 'id': id } - openIframe2("tower", '杆塔管理', "child/towerList.html", '1600px', '855px', param); + openIframe2("tower", '杆塔管理', "child/towerList.html", '92%', '95%', param); } function addThreeSpan(id){ let param = { 'id': id } - openIframe2("threeSpan", '“三跨”管理', "child/threeSpanList.html", '1600px', '855px', param); + openIframe2("threeSpan", '“三跨”管理', "child/threeSpanList.html", '92%', '95%', param); } function addRopeway(id){ let param = { 'id': id } - openIframe2("ropeway", '索道运输', "child/ropewayList.html", '1600px', '855px', param); + openIframe2("ropeway", '索道运输', "child/ropewayList.html", '92%', '95%', param); } function exportPro(){