mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 变更细节
This commit is contained in:
parent
5a73c00e9b
commit
764a863ffc
@ -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')
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user