diff --git a/src/pages/index/components/chat/ChatInputArea/index.vue b/src/pages/index/components/chat/ChatInputArea/index.vue
index 66cffe5..51aec89 100644
--- a/src/pages/index/components/chat/ChatInputArea/index.vue
+++ b/src/pages/index/components/chat/ChatInputArea/index.vue
@@ -6,12 +6,12 @@
@@ -57,7 +57,7 @@
diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue
index afea69a..d440a1d 100644
--- a/src/pages/index/components/chat/ChatMainList/index.vue
+++ b/src/pages/index/components/chat/ChatMainList/index.vue
@@ -7,7 +7,7 @@
-
-
+
diff --git a/src/pages/index/components/chat/ChatMainList/styles/index.scss b/src/pages/index/components/chat/ChatMainList/styles/index.scss
index 79ea66d..d46bb36 100644
--- a/src/pages/index/components/chat/ChatMainList/styles/index.scss
+++ b/src/pages/index/components/chat/ChatMainList/styles/index.scss
@@ -1,4 +1,5 @@
.footer {
- height: 118px;
// touch-action: pan-x;
+ padding-bottom: calc(constant(safe-area-inset-bottom) + 8px);
+ padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
}
diff --git a/src/pages/index/components/chat/ChatQuickAccess/index.vue b/src/pages/index/components/chat/ChatQuickAccess/index.vue
index d00db8f..c495671 100644
--- a/src/pages/index/components/chat/ChatQuickAccess/index.vue
+++ b/src/pages/index/components/chat/ChatQuickAccess/index.vue
@@ -1,22 +1,18 @@
-
-
-
-
-
-
- {{ item.title }}
-
- {{ item.content }}
+
+
+
+
+
+ {{ item.title }}
+
@@ -25,7 +21,25 @@