转自:http://www.layui.com/doc/modules/layer.html#offset

layer.open({
type: 1,//默认:0 (0表示信息框,1表示页面层,2表示加载层)
title: "选择单位",
offset: 't',//顶部
fixed: false,
resize: false,
content: $("#setAlias"),
area: ['80%', '36%'],
btn: ['确定', '取消']
,yes: function(index){
console.dir(index);
//do sonmething
layer.close(index);//关闭

}
});

相关文章:

  • 2022-01-11
  • 2021-07-27
  • 2022-12-23
  • 2021-06-27
  • 2021-06-24
  • 2021-11-07
  • 2021-08-02
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-12-15
  • 2021-12-08
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案