这个问题在这里已有答案:
Twitters Bootstrap Framework中是否有一组用于对齐文本的类?
例如。我有一些带有$ totals的表,我想要对齐右边...
<th class="align-right">Total</th>
和
<td class="align-right">$1,000,000.00</td>
你可以使用class="text-right"
class="text-right"
更多参考https://getbootstrap.com/docs/4.0/utilities/text/