diff --git a/pages/chat/components/messageList.vue b/pages/chat/components/messageList.vue
index 3e5719a6..d08fd838 100644
--- a/pages/chat/components/messageList.vue
+++ b/pages/chat/components/messageList.vue
@@ -5,6 +5,10 @@
safe-area-inset-bottom bottom-bg-color="#f8f8f8" :back-to-top-style="backToTopStyle"
:auto-show-back-to-top="showNewMessageTip" @backToTopClick="onBackToTopClick"
@scrolltoupper="onScrollToUpper" @query="queryList">
+
+
+
+
diff --git a/pages/chat/index.vue b/pages/chat/index.vue
index 851704b0..5b20a618 100644
--- a/pages/chat/index.vue
+++ b/pages/chat/index.vue
@@ -166,8 +166,7 @@
position: absolute;
top: 0;
left: 0;
- background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
- background-size: 750rpx 100%;
+ background-color: var(--ui-BG-Main);
z-index: 1;
}