boostrap莫泰对话框宽度调整

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

出自:http://blog.csdn.net/0210/article/details/9030945

原文地址:https://www.cnblogs.com/liushangxin/p/4079509.html