this.$element.css({ paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '', paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : '' }) //上面为原有bootstrap js里面的文件 //下面为须要增长的js代码 var $modal_dialog = $(this.$element[0]).find(".modal-dialog"); var m_top = ( $(window).height() - $modal_dialog.height() )/2; $modal_dialog.css({"margin": m_top + "px auto"}); 增长上面的代码模态框便可居中显示