返回重置页面高度的......登陆

重置页面高度的函数

黄志博2019-03-10 11:49:35254
//重置菜单高度
function resetMenuHeight(){
		var height = document.documentElement.clientHeight -50;
		$('#menu').height(height);
	}
//重置主操作区域高度
function resetMainHeight(obj){
		var height = parent.document.documentElement.clientHeight -53;
		$(obj).parant('div').height(height);
	}


最新手记推荐

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

全部回复(0)我要回复

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