$('#ajaxPage').modal('show').css({
width: 'auto',
'margin-left': function () {
return -($(this).width() / 2);
}
});
可以自动调整modal对象的宽度,并且绝对居中
bootstarp modal自动调整宽度的JS代码
最新推荐文章于 2023-03-10 16:02:31 发布