Paragraph
Description
text ellipsis, expand and packup...
Examples
add the ability of expand
add the ability of expand and collapse
customize view more btn
Identify newlines
omit effect show
text not exceed
Normal ellipsis
end of line will be long word
start of line will be punctuation
API
Props
EllipsisConfig
参数 | 说明 | 类型 | 默认值 |
---|
recognizeLineBreaks | 是否识别换行符 | boolean | false |
rows | 当超出多少行省略 | number | (必选) |
expandable | 是否启用展开功能 | boolean | false |
expandStyle | 设置展开按钮样式 | CSSProperties | {} |
packupable | 是否启用收起功能 | boolean | false |
packupStyle | 设置收起按钮样式 | CSSProperties | {} |
Slot