*{
//如果底下布局没有效果 看看是否 touch-action 设置了none
touch-action: auto;
}
.father{
overflow-x: auto;
white-space: nowrap;
}
.son{
display: inline-block;
}
<div class="father">
<div class="son">
</div>
</div>
*{
//如果底下布局没有效果 看看是否 touch-action 设置了none
touch-action: auto;
}
.father{
overflow-x: auto;
white-space: nowrap;
}
.son{
display: inline-block;
}
<div class="father">
<div class="son">
</div>
</div>
本文标题:横向滚动
本文链接:https://www.haomeiwen.com/subject/wyyjbctx.html
网友评论