问题:
可以加入touch-action 属性,具体参照MDN,
touch-action
https://developer.mozilla.org/zh-CN/docs/Web/CSS/touch-action
比如横向滚动标题tab就可以加入
touch-action: pan-y;