Compare commits

...

2 Commits

Author SHA1 Message Date
姜鑫 e2adc8065b Merge pull request 'style: 🎨 颜色修改' (#9) from dev into test 2 years ago
姜鑫 b24042f37e style: 🎨 颜色修改 2 years ago
  1. 6
      src/components/ListItem/ListItem.vue

6
src/components/ListItem/ListItem.vue

@ -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)]"
>
<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="" />
{{ formatTime(customer.createTime) }}
</div>
<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>
</div>
<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="" />
{{ formatTime(customer.replyTime) }}
</div>

Loading…
Cancel
Save