电子看板页面样式优化

This commit is contained in:
cwchen 2025-05-28 14:44:38 +08:00
parent 07e4a25ed6
commit 2eee3afc20
1 changed files with 3 additions and 3 deletions

View File

@ -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(){