From fc1aef6eb7711b18636a9688cc93e5fd179f2443 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 31 Mar 2024 18:38:37 +0800 Subject: [PATCH] :bug: Bug fixes --- src/views/chat/page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/chat/page.vue b/src/views/chat/page.vue index 8bde248..856da48 100644 --- a/src/views/chat/page.vue +++ b/src/views/chat/page.vue @@ -9,7 +9,7 @@ app class="flex items-center border-opacity-15 min-h-[64px]" style="border-top-width: thin" - :style="`padding-bottom: ${safeAreaBottom}`" + :style="`padding-bottom: max(${safeAreaBottom}, 8px)`" >