TextEllipsis 加载中
TextEllipsis 属性
属性名 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
className | 自定义样式类名 | string | - | - |
style | 自定义样式 | object CSSProperties | - | - |
content | 文本内容 | string | - | - |
disabled | Tooltip 组件是否禁用 | boolean | false | - |
width | 文本显示宽度 | string number | - | - |
placement | Tooltip 组件出现的位置 | enum | 'top' 'top-start' 'top-end' 'bottom' 'bottom-start' 'bottom-end' 'left' 'left-start' 'left-end' 'right' 'right-start' 'right-end' | - |
textAlign | 文本对齐方式 | string | - | left |