Bootstrap modal修改宽度

1、自动调整

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

2、增加style,设置宽度

 <div class="modal-dialog" style="width:800px;">
posted @ 2016-06-27 19:57  Forward1990  阅读(7125)  评论(0编辑  收藏  举报