mirror of https://gitee.com/y_project/RuoYi.git
弹出层openOptions增加动画属性
parent
1530644de5
commit
f51b4f40f1
|
@ -889,6 +889,8 @@ var table = {
|
|||
}
|
||||
}
|
||||
var index = top.layer.open($.extend({
|
||||
id: options.id, // 唯一id
|
||||
anim: options.anim, // 弹出动画 0-6
|
||||
type: 2,
|
||||
maxmin: $.common.isEmpty(options.maxmin) ? true : options.maxmin,
|
||||
shade: 0.3,
|
||||
|
|
Loading…
Reference in New Issue