Skip to content

第二个子元素的高度是多少

Posted on:2022年4月10日 at 15:57
<div class="container">
  <div style="height: 100px"></div>
  <div style="min-height: 10px"></div>
</div>
<style>
  .container {
    display: flex;
  }
  .container > div {
    width: 100px;
  }
</style>

答案:100px

Flex 布局会默认:

本答案由“前端面试题宝典”收集整理,PC端访问请前往: https://fe.ecool.fun/

原文转自:https://fe.ecool.fun/topic/5cb7ee1c-c527-40f9-b00b-eb65bde48657