Commit 8b07971a authored by chenqikuai's avatar chenqikuai

fix: 修复文案显示,超出要显示省略号

parent 8672110a
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<div <div
class="bd6 flex flex-col flex-shrink overflow-hidden overflow-ellipsis" class="bd6 flex flex-col flex-shrink overflow-hidden overflow-ellipsis"
> >
<span class="word15">{{product_name}}</span> <span class="word15 w-full overflow-hidden overflow-ellipsis">{{product_name}}</span>
<span class="txt10">{{features}}</span> <span class="txt10 w-full overflow-hidden overflow-ellipsis">{{features}}</span>
<!-- <span class="word16">{{features}}</span> --> <!-- <span class="word16">{{features}}</span> -->
</div> </div>
<div class="flex-grow"></div> <div class="flex-grow"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment