layerui不能设置宽高,因为有layer.full(index); 删了就好了
例如下面的代码
function single_add(title,url){
var index = layer.open({
type: 2,
title: title,
content: url,
end: function () {
window.location.reload();
}
});
layer.full(index);
}
layerui不能设置宽高,因为有layer.full(index); 删了就好了
例如下面的代码
function single_add(title,url){
var index = layer.open({
type: 2,
title: title,
content: url,
end: function () {
window.location.reload();
}
});
layer.full(index);
}