第一个问题,宽度并不是无限大,是被这个 swiper 组件计算并指定的。看起来很大应该是这个组件的计算 bug 。
第二个问题,因为标准就这么定义的
CSS spec: https://www.w3.org/TR/css-oferflow-3/
The visible/clip values of oferflow compute to auto/hidden (respectively) if one of oferflow-x or oferflow-y is neither visible nor clip.
MDN 解读: https://developer.mozilla.org/en-US/docs/Web/CSS/oferflow-x
If oferflow-y is hidden, scroll, or auto, and the oferflow-x property is visible (default), the value will be implicitly computed as auto. |