diff --git a/Application/Admin/View/Menu/index.html b/Application/Admin/View/Menu/index.html index b3bda8e..bd8524f 100644 --- a/Application/Admin/View/Menu/index.html +++ b/Application/Admin/View/Menu/index.html @@ -51,7 +51,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -60,7 +60,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') });