|
|
@ -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"> |
|
|
|