ionic 布局

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>
posted @ 2017-11-20 15:32  CooMark  阅读(563)  评论(0)    收藏  举报