css 常遇Bug teal_front 2023-12-11 81 阅读1分钟 100vw的使用 width: 100vw包含了滚动条的宽度,就算只出现了垂直滚动条,只会有影响。 示例 影响方案 设置overflow-x: hidden; 额外加上max-width: 100%; 参考文章 stackoverflow.com/questions/2…