Browse Source

隐藏领导签名, 修改印章尺寸

Reviewed-on: #11
test
姜鑫 6 months ago
parent
commit
7c8b7a9f5d
  1. 4
      src/components/ListItem/ListItem.vue

4
src/components/ListItem/ListItem.vue

@ -37,8 +37,8 @@
<div class="custom whitespace-normal pr-3.5 text-justify font-normal leading-normal text-[#333333]">
<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="" />
<!-- 总经理:{{ customer.managerSignature }} -->
<img class="!h-9 !w-[138px]" :src="customer.sealUrl" alt="" />
</div>
</div>
</ScrollView>

Loading…
Cancel
Save