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:
@@ -13,7 +13,7 @@
|
||||
<!-- 底部:价格 + 购买按钮 -->
|
||||
<view class="card-footer p-[12px] flex flex-justify-between flex-items-center">
|
||||
<view class="border-box">
|
||||
<view class="text-[14px] font-[500] text-[#333333] ellipsis-1">
|
||||
<view class="text-[14px] font-[500] text-[#333333] truncate">
|
||||
{{ card.commodityName }}
|
||||
</view>
|
||||
<view class="card-price-row text-[#333333]">
|
||||
|
||||
Reference in New Issue
Block a user