https://jsfiddle.net/channg/j...
Why does the width of display:flex using box change?
After changing flex:-webkit-box, will the subsequent boxes be pushed out?
我想大声告诉你2017-05-27 17:46:17
stackoverflow docker 1
stackoverflow docker 2
display: box;
2009 version of flexdisplay: flexbox;
2011 version of flexdisplay: flex;
current version
Due to version issues, you cannot simply change display: flex
to display: -webkit-box
You also need to change flex-grow: 1
to -webkit-box-flex: 1