美文网首页
flex布局下width和height不起作用

flex布局下width和height不起作用

作者: 小豆soybean | 来源:发表于2023-02-14 14:14 被阅读0次

    display: flex 在父元素上 也改变了 widthheight 的工作方式。通过 flex: 0 0 auto; 禁用收缩/增长,或使用 min-widthmax-width 代替。

    width 和 height 在这种情况下基本上失去了原来的意义,将充当 flex-basis ,参见 geddski:The Difference Between Width and Flex Basis

    相关文章

      网友评论

          本文标题:flex布局下width和height不起作用

          本文链接:https://www.haomeiwen.com/subject/vhyekdtx.html