Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我像许多新的 Bootstrap 3.0 Awesome 新版本一样下载。我遇到了 RC2 中没有的 Modal 问题。
当您触发模式时,NAV 会向左移动 20px 左右。当它关闭时,一切都回去了。
问题或修复的任何线索。
Bootstrap Javascript 部分尝试模态。
我认为最好将其全部删除以解决此问题并且没有创建任何新内容。
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { margin-right: 15px; }
.modal-open .navbar-fixed-top{ padding-right: 12px; }
这对我有用。根据您的导航栏将“-top”更改为“-bottom”。