子元素超出父元素宽度
<div class="father">
<div class="child"></div>
</div>
.father{
white-space: nowrap;
}
.child{
display: inline-flex;
}
子元素超出父元素宽度
<div class="father">
<div class="child"></div>
</div>
.father{
white-space: nowrap;
}
.child{
display: inline-flex;
}
本文标题:子元素超出父元素宽度
本文链接:https://www.haomeiwen.com/subject/vwjbcctx.html
网友评论