1. row col 设置自动换行

<!--长文本换行 item-text-wrap-->
<li class="item item-text-wrap" ng-show="selectedChapterID==0">

<!--col换行, 每行2个 row-wrap-->
<div class="row row-wrap">
          <div class="col col-50" ng-repeat="item in chapter.items">
          </div>
</div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-08
  • 2021-11-10
  • 2021-04-01
  • 2022-01-08
  • 2021-07-03
  • 2021-05-21
相关资源
相似解决方案