diff --git a/Application/Admin/View/App/index.html b/Application/Admin/View/App/index.html index d275362..2c965e3 100644 --- a/Application/Admin/View/App/index.html +++ b/Application/Admin/View/App/index.html @@ -53,7 +53,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -62,7 +62,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') }); diff --git a/Application/Admin/View/Index/index.html b/Application/Admin/View/Index/index.html index 8fe10e9..0e4f09d 100644 --- a/Application/Admin/View/Index/index.html +++ b/Application/Admin/View/Index/index.html @@ -84,7 +84,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("Login/changeUser")}' }); @@ -94,7 +94,7 @@ layer.open({ title: '初次登陆请重置密码!', type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, closeBtn:0, content: '{:U("Login/changeUser")}' @@ -105,7 +105,7 @@ layer.open({ title: '初次登陆请补充真实姓名!', type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, closeBtn:0, content: '{:U("Login/changeUser")}' diff --git a/Application/Admin/View/Log/index.html b/Application/Admin/View/Log/index.html index 05496ae..517cd07 100644 --- a/Application/Admin/View/Log/index.html +++ b/Application/Admin/View/Log/index.html @@ -93,7 +93,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url')+'&id='+ownObj.attr('data-id') }); diff --git a/Application/Admin/View/Permission/index.html b/Application/Admin/View/Permission/index.html index 4f72b5a..141a0a9 100644 --- a/Application/Admin/View/Permission/index.html +++ b/Application/Admin/View/Permission/index.html @@ -57,7 +57,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); diff --git a/Application/Admin/View/User/index.html b/Application/Admin/View/User/index.html index 7c8f9c9..37a7121 100644 --- a/Application/Admin/View/User/index.html +++ b/Application/Admin/View/User/index.html @@ -55,7 +55,7 @@ $('.api-add').on('click', function () { layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: '{:U("add")}' }); @@ -64,7 +64,7 @@ var ownObj = $(this); layer.open({ type: 2, - area: ['60%', '60%'], + area: ['80%', '80%'], maxmin: true, content: ownObj.attr('data-url') });