【发布时间】:2018-08-08 17:20:49
【问题描述】:
使用Bootstrap 4,有没有办法减少card-footer 的上边框的长度?
正常的card-footer 边框跨越卡片的整个宽度。
我尝试在card-footer 上使用边距工具(mx-3)来缩短可见边框...
<div class="card">
<div class="card-body">
..
</div>
<div class="card-footer mx-3">
Footer
</div>
</div>
但是,添加边距后,页脚内容与card-body 内容不一致...
有没有办法缩短可见边框并使卡片页脚与正文对齐使用仅使用 Bootstrap 4 类,而不使用额外的 CSS?
【问题讨论】:
标签: twitter-bootstrap bootstrap-4