diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index b822da6..86ae0e8 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -862,10 +862,18 @@ export default { display: flex; flex-direction: column; justify-content: space-between; - height: calc(100vh - 240rpx); + min-height: calc(100vh - 240rpx); + height: auto; padding: 0 0 240rpx 0; + padding-bottom: calc(240rpx + constant(safe-area-inset-bottom)); + padding-bottom: calc(240rpx + env(safe-area-inset-bottom)); box-sizing: border-box; - overflow-y: auto; + overflow: visible; +} +.gift-steps-wrap { + padding-bottom: 40rpx; + padding-bottom: calc(40rpx + constant(safe-area-inset-bottom)); + padding-bottom: calc(40rpx + env(safe-area-inset-bottom)); } .focus-guide-wrap { display: flex;