1000+
在点击控件或者某个区域后,浮出一个气泡来引导用户,气泡内容通过子组件来定义。如果设置了遮罩层,可通过点击遮罩层的任意位置退出,否则点击气泡外的任意区域退出
仅支持<text>
支持通用属性
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
target | <string> | - | 是 | 目标元素选择器 |
placement | left | right | top | bottom | topLeft | topRight | bottomLeft | bottomRight | bottom | 否 | 弹出窗口位置 |
支持通用样式
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
mask-color | <color> | rgba(0,0,0,0) | 否 | 遮罩背景层的颜色,不设置时为全透明。假如只设置了颜色,透明度默认为 30% |
支持通用事件
名称 | 参数 | 描述 |
---|---|---|
visibilitychange | {visibility:visibilityValue} | 当显隐状态变化时回调,true 显示,false 隐藏 |
查看示例代码