feat: 更改ui样式&改在售后流程&底部栏状态
This commit is contained in:
+1
-1
@@ -495,7 +495,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.home_warp {
|
||||
background: $app-bj;
|
||||
height: calc(100vh - 140rpx); // 140rpx 是底部的导航栏高度
|
||||
height: calc(100vh - env(safe-area-inset-bottom)); // 是底部的导航栏高度
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user