如何让div占据剩余的高度

如何让div占据剩余的高度

1、父级div设置:
display: flex;
flex-direction: column;
2、设置该div:
flex: 1;

你可能感兴趣的:(如何让div占据剩余的高度)