From 764a863ffca951b2dd4d8f95c1a29fe5731c8162 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 25 Jun 2017 23:18:23 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E5=8F=98=E6=9B=B4=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/View/Menu/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') });