fix: .chat-page 增加 safe-area-inset-bottom + .chat-scroll-content padding-bottom 增至 120rpx

This commit is contained in:
2026-07-19 20:21:41 +08:00
parent 04ffa2dceb
commit 283914690a
+3 -1
View File
@@ -3593,6 +3593,8 @@ onUnmounted(() => {
flex-direction: column;
background: #13091f;
box-sizing: border-box;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.chat-top-actions {
@@ -3613,7 +3615,7 @@ onUnmounted(() => {
}
.chat-scroll-content {
padding: 0 24rpx 40rpx;
padding: 0 24rpx 120rpx;
}
.card-answered {