之前UI要求取消滚动条,对于wkWebview,没有很好的css属性去掉这个东西,最后是前端统一由组件方面处理的。 其实就是里面的容器padding-bottom: 10px; 外面的容器 margin-bottom: -10px;