mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-24 02:13:59 +08:00
modified 变更细节
This commit is contained in:
parent
5a73c00e9b
commit
764a863ffc
@ -51,7 +51,7 @@
|
|||||||
$('.api-add').on('click', function () {
|
$('.api-add').on('click', function () {
|
||||||
layer.open({
|
layer.open({
|
||||||
type: 2,
|
type: 2,
|
||||||
area: ['60%', '60%'],
|
area: ['80%', '80%'],
|
||||||
maxmin: true,
|
maxmin: true,
|
||||||
content: '{:U("add")}'
|
content: '{:U("add")}'
|
||||||
});
|
});
|
||||||
@ -60,7 +60,7 @@
|
|||||||
var ownObj = $(this);
|
var ownObj = $(this);
|
||||||
layer.open({
|
layer.open({
|
||||||
type: 2,
|
type: 2,
|
||||||
area: ['60%', '60%'],
|
area: ['80%', '80%'],
|
||||||
maxmin: true,
|
maxmin: true,
|
||||||
content: ownObj.attr('data-url')
|
content: ownObj.attr('data-url')
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user