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.
是否可以将面板设置为 100% 高度?我试过
html,body{ height:100%}
而不是放在height: 100%面板中,没有运气。
height: 100%
面板高度取决于面板主体中的内容,否则您必须手动设置面板主体高度。
<div class="panel-body" style="height:900px">
每个父元素必须有 height: 100%
仅height: 100vh;在您的浏览器支持 CSS3 时使用
height: 100vh;