qt-public-ui
Version:
新设计规范下业务组件库
19 lines (13 loc) • 645 B
Markdown
## Tips
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| config | 提示文字的内容设置 | ComplexTips[] \| ComplexTips \| string[] \| string | -
| placement | 气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | `top`
| style | css样式 | CSSProperties | -
| className | 提示内容的className | string | -
#### ComplexTips
复杂的提示内容
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| title | 提示文字的标题 | string | -
| text | 提示文字的内容 | string | -