layer设置弹出全屏

//弹出即全屏
var index = layer.open({
    type: 2,
    content: 'http://www.layui.com',
    area: ['300px', '195px'],
    maxmin: true
});
layer.full(index);

 

posted on 2018-09-18 18:58  爱吃柠檬不加糖  阅读(715)  评论(0编辑  收藏  举报

导航