zhouzhongyuan / qa

Questions recods
MIT License
5 stars 1 forks source link

React布局 #18

Closed zhouzhongyuan closed 7 years ago

zhouzhongyuan commented 7 years ago
zhouzhongyuan commented 7 years ago

现在(2017-02-22)的代码FlexFlexLayout很混乱,并且不易使用。

zhouzhongyuan commented 7 years ago

经过与顾老师讨论。

  1. 全部使用Flex
  2. 默认flex:1;display:flex
  3. 删除FlexLayout,仅保留Flex
  4. 修改Flex,参考react-blocks的理念

    Just the layout, no more, no less.