企业🤖AI智能体构建引擎
,智能编排和调试,一键部署,支持知识库和私有化部署方案
广告
## **3. flex-flow** flex-flow属性是flex-direction属性和flex-wrap属性的简写形式,默认值为row nowrap。 `.box{flex-flow:||;}`
前言
一、Flex布局是什么?
二、基本概念
三、容器的属性
flex-direction
flex-wrap
flex-flow
justify-content
align-items
align-content
四、项目的属性
order
flex-grow
flex-shrink
flex-basis
flex
align-self