计算机网络/计算机科学与应用/系统/运维/开发

fle布局 flex-flow 简写形式

flex-flow:是flex-direction 和 fiex-warp 的简写

flex-flow:column  wrap


值:

row  wrap  

行排列  换行


row  nowrap

行排列   不换行


column  wrap

列排列 换行


column  nowrap

列排列   不换行



微信小程序 https://www.javascriptcn.com/interview-weixinapp/677f48463d78df11d950b260.html

评论

^