我有以下代码,可能会或可能不会连续超过12列.
如果有超过12列,我怎么能让它看起来很好看?
<div collapse="gpCollapse">
<div ng-repeat="item in revealedCtrl.greatPersons" class="thumbnail col-md-3">
<img ng-src="/images/useritems/{{item.greatperson.image}}" tooltip="{{item.greatperson.name}}"/>
<div class="caption">
<h3 class="text-center">{{item.greatperson.name}}</h3>
<p class="text-justify">
{{item.greatperson.description}}
</p>
</div>
</div>
</div>
最佳答案 定义“thumbnail”类的常量高度.