+
95
-

回答

//父级div(会显示横向滚动条)
.parentDiv{
display: flex
}
//子级div
.childDiv{
flex-shrink: 0;
}

网友回复

我知道答案,我要回答