父 {
  display: flex;
  flex-direction: column;
}
子 {
  flex: 1 1 auto;
}

使用前效果:

image.png

使用後效果:

image.png