|
@@ -25,8 +25,8 @@
|
|
|
<div class="w-full h-[76px] bg-[#dedede]">
|
|
|
<img v-if="Array.isArray(item?.tourismUrlsAfterConvert)" :src="item?.tourismUrlsAfterConvert[0]" class="w-full h-full object-cover" alt="">
|
|
|
</div>
|
|
|
- <div class="text-clip overflow-hidden text-[13px] text-[13px] px-5 h-[40px] w-full overflow-ellipsis"
|
|
|
- style="line-height:22px">
|
|
|
+ <div class="text-clip overflow-hidden text-[13px] text-[13px] px-5 h-[40px] w-full mt-5 overflow-ellipsis"
|
|
|
+ style="line-height:18px;height:36px">
|
|
|
{{ item.projectTitle }}
|
|
|
</div>
|
|
|
<div class="flex justify-end text-[#FF476A] text-[14px] font-semibold pr-10">
|