|
|
@ -3,16 +3,16 @@ |
|
|
class="custom relative grid grid-cols-2 flex-wrap gap-x-6 rounded-xl bg-white pl-6 pr-[6px] pt-6 shadow-[3px_3px_0_0px_rgba(0,0,0,0.1)]" |
|
|
class="custom relative grid grid-cols-2 flex-wrap gap-x-6 rounded-xl bg-white pl-6 pr-[6px] pt-6 shadow-[3px_3px_0_0px_rgba(0,0,0,0.1)]" |
|
|
> |
|
|
> |
|
|
<div class="flex-1"> |
|
|
<div class="flex-1"> |
|
|
<div class="mb-2 flex items-center gap-x-2.5 text-justify text-16 leading-4.5 text-black/40"> |
|
|
|
|
|
|
|
|
<div class="mb-2 flex items-center gap-x-2.5 text-justify text-18 leading-4.5 text-black/40"> |
|
|
<img src="../../assets/images/q.svg" class="size-7" alt="" /> |
|
|
<img src="../../assets/images/q.svg" class="size-7" alt="" /> |
|
|
{{ formatTime(customer.createTime) }} |
|
|
{{ formatTime(customer.createTime) }} |
|
|
</div> |
|
|
</div> |
|
|
<ScrollView class="scroll relative h-[356px]" :list="customer.content"> |
|
|
<ScrollView class="scroll relative h-[356px]" :list="customer.content"> |
|
|
<div class="pr-3.5 text-justify !text-24 text-black/50">{{ customer.content }}</div> |
|
|
|
|
|
|
|
|
<div class="pr-3.5 text-justify !text-24 text-[#C70082]">{{ customer.content }}</div> |
|
|
</ScrollView> |
|
|
</ScrollView> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex-1"> |
|
|
<div class="flex-1"> |
|
|
<div class="mb-2 flex items-center gap-x-2.5 text-justify text-16 leading-4.5 text-black/40"> |
|
|
|
|
|
|
|
|
<div class="mb-2 flex items-center gap-x-2.5 text-justify text-18 leading-4.5 text-black/40"> |
|
|
<img src="../../assets/images/a.svg" class="size-7" alt="" /> |
|
|
<img src="../../assets/images/a.svg" class="size-7" alt="" /> |
|
|
{{ formatTime(customer.replyTime) }} |
|
|
{{ formatTime(customer.replyTime) }} |
|
|
</div> |
|
|
</div> |
|
|
|