Bootstrap modal修改宽度

1、自动调整

$('#ajaxPage').modal('show').css({
width: 'auto',
'margin-left': function () {
return -($(this).width() / 2);
}
});

2、增加style,设置宽度

 <div class="modal-dialog" >