layer常见配置

     layer.open({
      type: 1,
      anim: 5,
      shade: 0,
      title: `标题`,
      resize: true, // 是否支持拉伸
      maxmin: true, // 最大化最小化
      scrollbar: false,
      area: ['850px', '550px'], // 宽、高
      content: $('#station_real'),
      zIndex: layer.zIndex, //重点1
      success: function(layero, index) {
       layer.setTop(layero) //重点2. 保持选中窗口置顶
      },
     })

 

posted @ 2022-10-26 14:20  yw3692582  阅读(77)  评论(0编辑  收藏  举报