overflow: hidden;  溢出时使用

并排 
.listmain {
  background: center;
  display: flex;
}

.listtable {
  background: center;
  flex: 5;
  width: 100%;
}
<div class="listmain">
  <div class="listtable">

  </div>
  <div class="listtable">

  </div>
</div>
posted on 2020-06-28 18:27  Aaron_Net  阅读(72)  评论(0编辑  收藏  举报