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

@@ -333,10 +333,13 @@ function getDetectInfo(id,type,showStatus){
}
top.$("#I5").attr("src",url);//由于所有数据列表不会出现隐藏的情况所以标题的确定就有I5来负责
var thisheight = $(document).height()*0.9;
var thiswidth = $(document).width()*0.9;
parent.layer.open({
type: 1,
title: "i18n_st.text.policy_n81i",
area:['1024px', '600px'],
area:[thiswidth + 'px', thisheight + 'px'],
shade: 0.6,
closeBtn: 1,
maxmin:true,