1.修复窗口大小改变时表头可能出错的问题

2.将拓扑、3d机房的弹框改为动态改变大小
This commit is contained in:
chenjinsong
2018-10-09 11:30:10 +08:00
parent 3d4bcf43f5
commit c2cf40da87
5 changed files with 29 additions and 15 deletions

View File

@@ -412,7 +412,6 @@ $(function(){
}
</script>
<style type="text/css">
html, body {
@@ -649,8 +648,8 @@ html, body {
<!-- 3D机房弹框 -->
<div id="nodeBoxs" style="display:none;"></div>
<div id="alarmInfo" style="display:none;">
<iframe id="I6" name="I6" height="525px" width="100%" border="0"
style="background: #FFFFFF;" frameborder="0" src="" scrolling="auto">
<iframe id="I6" name="I6" border="0"
style="background: #FFFFFF;min-height:400px;min-width:600px" frameborder="0" src="" scrolling="no">
i18n_snr.message.frame_n81i
</iframe>
</div>