Compare commits

...

5 Commits

Author SHA1 Message Date
朱志育 a992e13fe2 refactor: ♻️ 改善前添加盖章内容 6 months ago
姜鑫 a09cae0527 改善前添加盖章内容 6 months ago
姜鑫 e3622ab4cf refactor: ♻️ 改善前添加盖章内容 6 months ago
姜鑫 4e1f07261a ui显示修改 6 months ago
姜鑫 98071d7b5d refactor: ♻️ ui显示修改 6 months ago
  1. 11
      src/components/ListItem/ListItem.vue

11
src/components/ListItem/ListItem.vue

@ -13,7 +13,10 @@
</div> </div>
<div class="flex gap-x-12"> <div class="flex gap-x-12">
<div class="flex-1"> <div class="flex-1">
<div class="mb-4 inline-flex items-center gap-x-1 rounded-xl border border-solid border-[#FCCDC5] bg-[#FFEBE8] px-2.5 py-0.5">
<div
v-if="customer.disposeRep"
class="mb-4 inline-flex items-center gap-x-1 rounded-xl border border-solid border-[#FCCDC5] bg-[#FFEBE8] px-2.5 py-0.5"
>
<span class="text-justify text-14 leading-tight text-black/70">改善前</span> <span class="text-justify text-14 leading-tight text-black/70">改善前</span>
<div class="size-4"> <div class="size-4">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none"> <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16" fill="none">
@ -33,11 +36,15 @@
<ScrollView class="scroll h-90 relative" scrollbar observe-image :list="customer.disposeDes"> <ScrollView class="scroll h-90 relative" scrollbar observe-image :list="customer.disposeDes">
<div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]"> <div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]">
<div v-html="customer.disposeDes"></div> <div v-html="customer.disposeDes"></div>
<div v-if="!customer.disposeRep" class="flex items-center pt-4 !text-16">
总经理:{{ customer.managerSignature }}
<img class="!size-6" :src="customer.sealUrl" alt="" />
</div>
</div> </div>
</ScrollView> </ScrollView>
</div> </div>
<div class="flex-1">
<div v-if="customer.disposeRep" class="flex-1">
<div class="mb-4 inline-flex items-center gap-x-1 rounded-xl border border-solid border-[#AFF0B5] bg-[#E8FFE9] px-2.5 py-0.5"> <div class="mb-4 inline-flex items-center gap-x-1 rounded-xl border border-solid border-[#AFF0B5] bg-[#E8FFE9] px-2.5 py-0.5">
<span class="text-justify text-14 leading-tight text-black/70">改善后</span> <span class="text-justify text-14 leading-tight text-black/70">改善后</span>
<div class="size-4"> <div class="size-4">

Loading…
Cancel
Save