博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bootstrap-modal.js 居中问题
阅读量:5072 次
发布时间:2019-06-12

本文共 278 字,大约阅读时间需要 1 分钟。

上下居中

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

转载于:https://www.cnblogs.com/ideacore/p/6288757.html

你可能感兴趣的文章
GIt常用命令
查看>>
lca(最近公共祖先(离线))
查看>>
带你走进Ajax
查看>>
讲解函数
查看>>
百度小程序笔记
查看>>
(C#) Handling and Raising Events
查看>>
期中考试
查看>>
将博客搬至CSDN
查看>>
[C#]集合已修改;可能无法执行枚举操作
查看>>
C#语法之泛型
查看>>
P2569 股票交易
查看>>
大学生活应该这样度过之参加一个社团让自己溶入团队——《程序员羊皮卷》连载(11)...
查看>>
IT人不要一直做技术
查看>>
升级pip3的正确姿势--python3 pip3 update
查看>>
Linux 系统中用户切换
查看>>
git提交不用每次都输入用户名密码
查看>>
python单元测试
查看>>
Bloom Filter 布隆过滤器
查看>>
定销房概念扫盲
查看>>
03011_HttpServletRequest
查看>>