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%']//设置相对于父页面的大小 });
这个方法比较笨,希望有解决的人告诉我,更合理的方案
将偷懒进行到极致,是一个程序员的基本素养