From bbf6d337c9641c0d1bf2c57f05310e59c104990b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 29 May 2026 15:04:43 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/customerService/index.vue b/src/views/customerService/index.vue
index 60a2619..e723b0a 100644
--- a/src/views/customerService/index.vue
+++ b/src/views/customerService/index.vue
@@ -329,7 +329,7 @@
 
 .right-chatBg {
   position: relative;
-  background: $color_main;
+  background: #e3e3e3;
   color: $text_color;
 
   &::after {
@@ -338,7 +338,7 @@
     height: 0;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
-    border-left: 10px solid $color_main;
+    border-left: 10px solid #e3e3e3;
     position: absolute;
     right: -8px;
     top: 14px;

--
Gitblit v1.9.3