uni-app 在uni-app-x中position: fixed下嵌入position: fixed不显示内容 上一个版本还是好的
uni-app 在uni-app-x中position: fixed下嵌入position: fixed不显示内容 上一个版本还是好的
示例代码:
<view style="position: fixed;top: 100rpx;height: 400rpx;">
<view style="height: 100rpx;background-color: red;width: 750rpx;"></view>
<view style="position: fixed;top: 200rpx;">
<view style="height: 100rpx;background-color: blue;width: 750rpx;"></view>
</view>
</view>
操作步骤:
见代码
预期结果:
正常显示
实际结果:
不显示
bug描述:
如:遮罩层会用到position: fixed;。里面包裹的view如果继续使用position: fixed;则不显示。 版本3.96还是好的。3.97就出现这个错误了。 uniapp里可以正常显示,但是uni-app-x里面就不行了。 代码见代码示例
3 回复
上边的示例我试了3.96版也存在问题,请确认下描述是否准确,即将发布的3.98版本已经修复了该问题请关注下如果有问题再反馈
好,我会关注的