fix: .chat-page 增加 safe-area-inset-bottom + .chat-scroll-content padding-bottom 增至 120rpx
This commit is contained in:
@@ -3593,6 +3593,8 @@ onUnmounted(() => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: #13091f;
|
background: #13091f;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
padding-bottom: constant(safe-area-inset-bottom);
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-top-actions {
|
.chat-top-actions {
|
||||||
@@ -3613,7 +3615,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-scroll-content {
|
.chat-scroll-content {
|
||||||
padding: 0 24rpx 40rpx;
|
padding: 0 24rpx 120rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-answered {
|
.card-answered {
|
||||||
|
|||||||
Reference in New Issue
Block a user