$("#btnAdd").button("loading");
parent.layer.open({
title: '添加菜單',
type: 2,
maxmin: true,
anim: 3,
offset: ['10%', '10%'],//設置位移
content: ["@Url.Action("Add")", 'no'],
area: ['80%', '80%']//設置相對於父頁面的大小
});
這個方法比較笨,希望有解決的人告訴我,更合理的方案
