如何在Bootstrap 4中创建响应方块网格?
我知道我可以使用
创建一个网格"creditType": "Transfer", "creditType": "Bought", "creditType": "Spent",
"creditType": "Award", "creditType": "Received".
但是我没有将宽度和高度设置为100px,而是希望大小能够响应,因此我可以使用网格填充整个页面并在项目之间保留一小段距离。
所以我想我需要为项目定义最小和最大尺寸,这样我就可以让网格定义每页上的最佳项目数。
我想可以在Bootstrap 4中使用flexbox完成,但我在文档中找不到任何示例。