layer 弹出层不能居中

$("#btnAdd").button("loading");
parent.layer.open({
title: '添加菜单',
type: 2,
maxmin: true,
anim: 3,
offset: ['10%', '10%'],//设置位移
content: ["@Url.Action("Add")", 'no'],
area: ['80%', '80%']//设置相对于父页面的大小
});

 这个方法比较笨,希望有解决的人告诉我,更合理的方案

上一篇:layer弹出层设置相对父级元素定位


下一篇:sqlite支持各种交集差集 并集操作了