From f0c4104de3ea56f196ff7a366e379283fb37ec8c Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Jun 2026 18:09:55 +0800
Subject: [PATCH] 1

---
 src/views/customerService/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/customerService/index.vue b/src/views/customerService/index.vue
index 60a2619..361d3c7 100644
--- a/src/views/customerService/index.vue
+++ b/src/views/customerService/index.vue
@@ -346,6 +346,9 @@
 }
 
 .left-chatBg {
-  background: $input_background;
+  // background: $input_background;
+  background: #dddddd;
+  border-radius: 10px;
+
 }
 </style>

--
Gitblit v1.9.3