@zero-org/overflow-tip3
v1.0.1
Published
基于[email protected] Tooltip封装的文字单行溢出提示组件
Downloads
9
Readme
这个是一个vue3组件,基于[email protected]版本的Tooltip开发的单行文字溢出提示组件
props
| 参数 | 说明 | 类型 | 默认值 |
| --------- | ------------------------------------------------------------ | ------ | ------ |
| placement | 气泡框位置,可选 top
left
right
bottom
topLeft
topRight
bottomLeft
bottomRight
leftTop
leftBottom
rightTop
rightBottom
| string | top |
示例如下:父级要有最大宽度限制
<div style="display: inline-block;width: 100px;">
<overflow-tip placement="left">这里必须是纯文本才行</overflow-tip>
</div>