1
2026-05-31 304f819d3e9b2498ebdb70b99b632cda67725a52
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;