容器属性
子项数量
4 个子项
实时预览
1
2
3
4
.container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  flex-wrap: nowrap;
}