mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-24 18:30:18 +08:00
modified 变更弹框样式
This commit is contained in:
parent
f655127f5a
commit
92b6c8df9b
@ -53,7 +53,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")}'
|
||||||
});
|
});
|
||||||
@ -62,7 +62,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')
|
||||||
});
|
});
|
||||||
|
@ -84,7 +84,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("Login/changeUser")}'
|
content: '{:U("Login/changeUser")}'
|
||||||
});
|
});
|
||||||
@ -94,7 +94,7 @@
|
|||||||
layer.open({
|
layer.open({
|
||||||
title: '初次登陆请重置密码!',
|
title: '初次登陆请重置密码!',
|
||||||
type: 2,
|
type: 2,
|
||||||
area: ['60%', '60%'],
|
area: ['80%', '80%'],
|
||||||
maxmin: true,
|
maxmin: true,
|
||||||
closeBtn:0,
|
closeBtn:0,
|
||||||
content: '{:U("Login/changeUser")}'
|
content: '{:U("Login/changeUser")}'
|
||||||
@ -105,7 +105,7 @@
|
|||||||
layer.open({
|
layer.open({
|
||||||
title: '初次登陆请补充真实姓名!',
|
title: '初次登陆请补充真实姓名!',
|
||||||
type: 2,
|
type: 2,
|
||||||
area: ['60%', '60%'],
|
area: ['80%', '80%'],
|
||||||
maxmin: true,
|
maxmin: true,
|
||||||
closeBtn:0,
|
closeBtn:0,
|
||||||
content: '{:U("Login/changeUser")}'
|
content: '{:U("Login/changeUser")}'
|
||||||
|
@ -93,7 +93,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')+'&id='+ownObj.attr('data-id')
|
content: ownObj.attr('data-url')+'&id='+ownObj.attr('data-id')
|
||||||
});
|
});
|
||||||
|
@ -57,7 +57,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")}'
|
||||||
});
|
});
|
||||||
|
@ -55,7 +55,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")}'
|
||||||
});
|
});
|
||||||
@ -64,7 +64,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