src/page/customerService/index.vue
@@ -16,7 +16,7 @@ {{ item.createtime }}</p> <div class="flex" :class="item.send_receive === 'send' ? 'justify-end' : ''"> <template v-if="item.send_receive === 'receive'"> <img src="@/assets/image/assets-center/logo.png" class="w-81 h-81 mr-40" /> <img src="@/assets/image/assets-center/logo.jpeg" class="w-81 h-81 mr-40" /> <div class="responser px-50 py-35 font-30 rounded-lg font-26 chatBg"> <p class="break-word textColor" style="max-width: 230px;" v-if="item.type === 'text'"> {{ item.content }}</p>