9月7号更新后 bottom失效 view组件无法显示
如题。 代码如下:
.fixedView {
width: 100rpx;
height: 100rpx;
background-color: pink;
position: fixed;
bottom: 50rpx;
/*left: 50rpx;*/
/*right: 50rpx;*/
/*top: 50rpx;*/
}
如题。 代码如下:
.fixedView {
width: 100rpx;
height: 100rpx;
background-color: pink;
position: fixed;
bottom: 50rpx;
/*left: 50rpx;*/
/*right: 50rpx;*/
/*top: 50rpx;*/
}