【发布时间】:2022-10-23 16:36:22
【问题描述】:
如何在 Bootstrap 5 中设置卡片组中连续卡片的数量?我需要连续不超过 5 张牌。怎么做?
【问题讨论】:
-
尝试用 col-12 包装 5 张卡片。您可能会遇到调整大小的问题。我认为卡片大小不会改变(不确定!)。例如:<div class=Container> <div class=Row> <div class=Col> “5 张卡片”
标签: twitter-bootstrap bootstrap-4 bootstrap-5