3d机房增加最大化按钮
This commit is contained in:
@@ -647,7 +647,7 @@ html, body {
|
|||||||
</div>
|
</div>
|
||||||
<!-- 3D机房弹框 -->
|
<!-- 3D机房弹框 -->
|
||||||
<div id="nodeBoxs" style="display:none;"></div>
|
<div id="nodeBoxs" style="display:none;"></div>
|
||||||
<div id="alarmInfo" style="display:none;">
|
<div id="alarmInfo" style="display:none;height:100%">
|
||||||
<iframe id="I6" name="I6" border="0"
|
<iframe id="I6" name="I6" border="0"
|
||||||
style="background: #FFFFFF;min-height:400px;min-width:600px" frameborder="0" src="" scrolling="no">
|
style="background: #FFFFFF;min-height:400px;min-width:600px" frameborder="0" src="" scrolling="no">
|
||||||
i18n_snr.message.frame_n81i
|
i18n_snr.message.frame_n81i
|
||||||
|
|||||||
@@ -477,14 +477,15 @@ body {
|
|||||||
type: 1,
|
type: 1,
|
||||||
area: [thiswidth + 'px', thisheight + 'px'],
|
area: [thiswidth + 'px', thisheight + 'px'],
|
||||||
scrollbar: true,
|
scrollbar: true,
|
||||||
|
maxmin: true,
|
||||||
content: window.top.$("#alarmInfo")
|
content: window.top.$("#alarmInfo")
|
||||||
})
|
})
|
||||||
window.top.$("#I6").html("");
|
window.top.$("#I6").html("");
|
||||||
window.top.$("#I6").attr("src",url);
|
window.top.$("#I6").attr("src",url);
|
||||||
window.top.$("#I6").load(function(){
|
window.top.$("#I6").load(function(){
|
||||||
var main = window.top.$("#I6");
|
var main = window.top.$("#I6");
|
||||||
main.height(thisheight);
|
main.height("100%");
|
||||||
main.width(thiswidth);
|
main.width("100%");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user