themusecatcher / vue-amazing-ui

Vue3 + TypeScript + Vite + Less 开发的常用基础 UI 组件库!如果好用,记得来颗 ⭐️⭐️ 哦 🫶🫶🫶
https://themusecatcher.github.io/vue-amazing-ui/
191 stars 30 forks source link

Ellipsis 组件不显示省略号的时候tooltip应该不要显示 #14

Closed LBC000 closed 2 months ago

LBC000 commented 2 months ago

如题. 如图 image

themusecatcher commented 2 months ago

good question!已修复并更新,请使用尝试 @1.2.0 及以上版本

LBC000 commented 2 months ago

good question!已修复并更新,请使用尝试 @1.2.0 及以上版本

升级了. 有省略号后不显示tooltip

themusecatcher commented 2 months ago

有省略号不显示tooltip? 文档样例并没出现这种情况,麻烦提供下原代码

LBC000 commented 2 months ago

有省略号不显示tooltip? 文档样例并没出现这种情况,麻烦提供下原代码

一开始全屏没有省略号, 缩小窗口导致省略的时候不显示tooltip. 如果一开始是小窗口省略是可以显示tooltip的.

<Ellipsis line="2" :maxWidth="1058" >
    <div class="mt-[.375rem] mr-[3.125rem] text-[.75rem] text-[#fff]">
      本世纪头十年,随着全球造船市场逐渐东移,欧美等传统造船业纷纷转型,全球造船重心集中到太平洋东岸。中国及时承接了这次东移带来的机遇,逐渐与日本、韩国一起成为全球造船的三巨头。天时、地利、人和,中国造船在2010 年收获历史最好成绩:全国造船完工量、新承接船舶订单量、手持船舶订单量三项指标均领跑全球
    </div>
 </Ellipsis>
themusecatcher commented 2 months ago

已适配文本区域尺寸变化 tooltip 正常显示或隐藏,请使用 1.3.0 及以上版本