From 3f1ab7f7f65fe665f6977f94899c763cc1ef1faf Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 02 Jun 2026 15:56:14 +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