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.
我正在使用 AngularJS 和 Bootstrap 2.3.2。现在,似乎 bootstrap 的最大高度设置为 400px。我想允许对话框的内容将对话框拉伸到窗口的 90%。我怎样才能做到这一点?
使用引导程序时,我喜欢用自己的 CSS 覆盖其中的一些内容。所以我会在 bootstrap.css 文件中找到将最大高度设置为 400 像素的 CSS 选择器。然后在您自己的样式表中使用相同的选择器(链接在引导 css 下方以便它覆盖它)将最大高度设置为 90%。
编辑:您正在寻找的 CSS 选择器是
.modal-body {}