display: flex
在父元素上 也改變了 width
和 height
的工作方式。通過 flex: 0 0 auto;
禁用收縮/增長,或使用 min-width
和 max-width
代替。
width 和 height 在這種情況下基本上失去了原來的意義筒占,將充當(dāng) flex-basis
卓缰,參見 geddski:The Difference Between Width and Flex Basis
display: flex
在父元素上 也改變了 width
和 height
的工作方式。通過 flex: 0 0 auto;
禁用收縮/增長,或使用 min-width
和 max-width
代替。
width 和 height 在這種情況下基本上失去了原來的意義筒占,將充當(dāng) flex-basis
卓缰,參見 geddski:The Difference Between Width and Flex Basis