Browse Source

feat: 🚀 开发

pull/1/head
姜鑫 9 months ago
parent
commit
7c01b68a7a
  1. 2
      src/components/ListItem/ListItem.vue

2
src/components/ListItem/ListItem.vue

@ -8,7 +8,7 @@
{{ formatTime(customer.createTime) }} {{ formatTime(customer.createTime) }}
</div> </div>
<ScrollView class="scroll relative h-[506px]" scrollbar :list="customer.content"> <ScrollView class="scroll relative h-[506px]" scrollbar :list="customer.content">
<div class="whitespace-normal pr-3.5 text-justify font-normal leading-normal text-black/50">{{ customer.content }}</div>
<div class="whitespace-normal pr-3.5 text-justify font-normal leading-normal text-black/50" v-html="customer.content"></div>
</ScrollView> </ScrollView>
</div> </div>
<div class="flex-1"> <div class="flex-1">

Loading…
Cancel
Save