- father::React的常见需求, 多行省略与Tooltip
- React
AntD 多行省略并显示 Tooltip
要点:
- 使用
Typography.Paragraph的ellipsis={{ rows, tooltip }}可实现多行省略并在悬浮时提示。
示例
<Typography.Paragraph ellipsis={{ rows: 3, tooltip: text }}>
{text}
</Typography.Paragraph>要点:
Typography.Paragraph 的 ellipsis={{ rows, tooltip }} 可实现多行省略并在悬浮时提示。<Typography.Paragraph ellipsis={{ rows: 3, tooltip: text }}>
{text}
</Typography.Paragraph>