bootstrap-modal.js 居中问题

上下居中

引用 bootstrap-modalmanager.js
 
左右居中
修改 bootstrap-modal.js 中 this.$element.css('margin-left', '');   改为  this.$element.css('margin-left', 0 - this.$element.width() / 2);
 
去掉 bootstrap-modal-bs3patch.css  .model 中的 width: 500px;
posted @ 2017-01-16 10:41  上古时期的码农  阅读(514)  评论(0编辑  收藏  举报