|
发表于 2014-7-17 09:31:45
|
显示全部楼层
/UI/portal/x5/js/ext.js
$(".funcIFrame", ".funcOwner").height(Math.max($("#functree_owner").height(),$(window).height(),200)-(121+parseInt($("#header").css("top").match(/-?\d+/))));
/UI/portal/system/js/portal.js
$(".funcIFrame",target).height(Math.max($("#functree_owner").height(),$(window).height(),200)-(121+parseInt($("#header").css("top").match(/-?\d+/))));
这两个是计算功能或content的高度的 |
|