1
李凌
2026-02-02 0b9151cd668ef8474c263888e0884a58f56e48cb
1
1 files modified
6 ■■■■ changed files
src/views/customerService/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/customerService/index.vue
@@ -265,6 +265,8 @@
</script>
<style lang="scss" scoped>
@import "@/assets/theme/index.scss";
.service-box {
  font-size: 14px;
  width: 100%;
@@ -346,6 +348,8 @@
}
.left-chatBg {
  background: $input_background;
  @include themify() {
    background: themed("input_background");
  }
}
</style>