Bootstrap

实现盒子自动占满剩余的高宽度方法

父元素 display: flex; flex-direction: column;

子元素 flex: 1;

;