overflow
overflow copied to clipboard
📦 Auto collapse box util component
version 1.2.2 responsive no work when set a Percentage width 1.2.1 ok @zombieJ
The fill width is nice and the responsive works well, but when I try to fill Width and Height as well as making it responsive, this doesn't work.
[demo](https://overflow-react-component.vercel.app/demo/base) set Responsive and 5 item,the dom does not display `...` at all. ps: I add `flex-wrap: nowrap;` on the `.rc-overflow` dom to fix wrap issue.
node_modules/rc-overflow/es/Overflow.js -> node_modules/rc-overflow/es/RawItem.js -> node_modules/rc-overflow/es/Overflow.js
或许未来有的场景可能会需要 prefix,PR 先保留。
Use case: I have a list of items, each item uses rc-overflow for its description. I would like to make sure the measurement of the parent width only happens once...
## Summary by CodeRabbit ## Chores * 更新了文档构建配置,将输出目录从 'docs-dist' 更改为 '.doc' * 简化了 CI/CD 工作流,使用外部工作流进行测试管理 * 更新了部署脚本以适配新的输出目录配置 * 添加了 Vercel 部署框架配置以支持 UmiJS ✏️ Tip: You can customize this high-level summary...