src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -26,7 +26,7 @@ <span> {{ toggleReportLabel(item) }} </span> <span class="ywifont" :class="{ 'ywicon-unfold': !item.stepIsShow, 'ywicon-fold': item.stepIsShow }"></span> <span class="ywifont" :class="{ 'ywicon-unfold': !item.reportIsShow, 'ywicon-fold': item.reportIsShow }"></span> </div> </div>