.intro {
margin: 20rpx auto;
width: 80vw;
height: calc(100vh - 40rpx - constant(safe-area-inset-bottom));
height: calc(100vh - 40rpx - env(safe-area-inset-bottom));
text-align: center;
background-color: skyblue;
}
异常版正常版:
.intro {
margin: 20rpx auto;
width: 80vw;
height: calc(100vh - 40rpx - constant(safe-area-inset-bottom));
height: calc(100vh - 40rpx - env(safe-area-inset-bottom));
text-align: center;
background-color: skyblue;
}
异常版正常版:
1 个回答
你好,代码片段未复现问题