<div class="recom_view">
<div class="recom">
      1
</div>
  <div class="recom">
      2
</div>
  <div class="recom">
      3
</div>
<div>
<style>
.recom_view{
column-count: 2;
column-gap: .22rem;
}
.recom{
  height:100%;
  overflow:auto;
/*多列样式column布局内容被截断*/
}
</style>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-07-07
  • 2022-02-24
  • 2021-10-02
猜你喜欢
  • 2021-04-23
  • 2022-01-10
  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
相关资源
相似解决方案