Angular Bootstrap 中不存在右拉
pull-right doesn't exist in Angular Bootstrap
我注意到 pull-right
在 angular 的 bootstrap 版本中不工作,这正常吗?还是那个版本中不存在其他 css 类?
在bootstrap 4中改为float-right
:
<div class="float-right">
This text is on the right.
</div>
我注意到 pull-right
在 angular 的 bootstrap 版本中不工作,这正常吗?还是那个版本中不存在其他 css 类?
在bootstrap 4中改为float-right
:
<div class="float-right">
This text is on the right.
</div>