返回重置页面函数...登陆

重置页面函数

关超2019-05-15 17:22:36300
重新设置主操作区高度


function resetMainHeight(obj){
    var height = parent.document.documentElement.clientHeight - 53;
    $(obj).parent('div').height(height);
}


重新设置页面高度
function resetMenuHeight(){
    var height = document.documentElement.clientHeight - 50;
    $('#menu').height(height);
}


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送