Fix uniapp v2 login and sass compatibility
This commit is contained in:
@@ -695,7 +695,7 @@
|
||||
}
|
||||
|
||||
.height-add {
|
||||
height: calc(120rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
||||
height: calc(120rpx + constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
||||
height: calc(120rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user