第674天 flex是哪些属性的简写呢? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
overwatch555 commentedon Feb 18, 2021
flex-grow, flex-shrink 和 flex-basis
Zinaaan commentedon Feb 18, 2021
flex-grow,flex-shrink,flex-basis
BinGuo666 commentedon Feb 18, 2021
flex-grow:项目放大的比例
flex-shrink:项目缩小的比例
flex-basis:项目所占大小
默认值: 0 1 auto
linyuchen07 commentedon Feb 19, 2021
flex-grow、flex-shrink 、flex-basis缩写