refactor: replace custom ellipsis classes with native utilities
delete unused ellipsis.scss partial and its import, update all components to use truncate and line-clamp-2 utilities
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="text-[16px] leading-[24px] text-[#171717] mb-[4px]">
|
||||
{{ item.commodityName }}
|
||||
</view>
|
||||
<view v-if="item.commodityFacility" class="text-[12px] leading-[16px] text-[#99a0ae] mb-[4px] ellipsis-1">
|
||||
<view v-if="item.commodityFacility" class="text-[12px] leading-[16px] text-[#99a0ae] mb-[4px] truncate">
|
||||
{{ item.commodityFacility.join(" ") }}
|
||||
</view>
|
||||
<view class="text-[12px] leading-[18px] color-43669A">
|
||||
|
||||
Reference in New Issue
Block a user