layui弹窗全屏显示

var index =layer.open({
id: 'id',
type: 2,
area: ['100%', '100%'],
fix: false,
maxmin: true,
shadeClose: false,
shade: 0.4,
title: title,
content: url
});
layer.full(index);
posted @ 2019-08-01 10:40  AlexZS  Views(5444)  Comments(0Edit  收藏  举报