ideacore

上下居中

引用 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;

分类:

技术点:

相关文章: