Browse Source

style: 🎨 修改字体大小

pull/11/head
姜鑫 2 years ago
parent
commit
685ea7545f
  1. 6
      src/components/ScrollListItem/ScrollListItem.vue

6
src/components/ScrollListItem/ScrollListItem.vue

@ -15,8 +15,8 @@
{{ formatDate(customer.addTime) }}
</div>
<ScrollView class="relative h-[380px]" scrollbar :list="customer.suggestionContent">
<div class="text-[#C70082] text-32 font-normal leading-normal whitespace-normal pr-[14px]">
<div>{{ customer.suggestionContent }}</div>
<div class="text-[#C70082] text-24 font-normal leading-normal whitespace-normal pr-[14px]">
<div v-html="customer.suggestionContent"></div>
</div>
</ScrollView>
</div>
@ -33,7 +33,7 @@
{{ formatDate(customer.updateTime) }}
</div>
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent">
<div class="text-[##333333] text-32 font-normal leading-normal whitespace-normal pr-2">
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2">
<div>
{{ customer.replyContent }}
<div v-if="before(customer).length" class="mb-[14px]">

Loading…
Cancel
Save