关于 scroll-view 组件 内的元素定位位置偏差问题
- scroll-view 组件内的元素 定位在组件最底部,写的 bottom:0;看不见,改成bottom:40rpx;才会出现在最底部。
这是 bottom:0;
这是bottom:40rpx;
代码片段:https://developers.weixin.qq.com/s/WaHhLamd7y5f
有没有大佬遇到过这样的问题,深究过原因的?
ps:目前解决办法是 设置 top,不设置 bottom。