feat: 更改ui样式&改在售后流程&底部栏状态

This commit is contained in:
2025-09-06 21:03:39 +08:00
parent 9bcded1bd5
commit 279e6cf4c7
8 changed files with 72 additions and 44 deletions
+1 -1
View File
@@ -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;
}