美文网首页工作生活
子元素超出父元素宽度

子元素超出父元素宽度

作者: 拾钱运 | 来源:发表于2019-06-30 15:51 被阅读0次

    子元素超出父元素宽度

    <div  class="father">
        <div class="child"></div>
    </div>
    .father{
       white-space: nowrap;
    }
    .child{
     display: inline-flex;
    }
    

    相关文章

      网友评论

        本文标题:子元素超出父元素宽度

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