Skip to content

Popover 气泡卡片

鼠标悬停、聚焦或点击在某个组件时,弹出的气泡式的卡片浮层。可以对卡片上的元素进行操作。

基础用法

鼠标移入或点击,弹出气泡,可对浮层上元素进行操作,承载复杂内容和操作。

触发方式

通过设置 trigger,可以指定不同的触发方式。

弹出位置

设置 tu-popover 元素属性的 position 值为 tl、top、tr、bl、bottom、br、lt、left、lb、rt、right、rb来配置方位。

气泡尺寸

tu-popover 组件提供除了默认值 medium 以外的三种尺寸。额外的尺寸:`large` `small` `mini`,通过设置 size 属性来配置它们,以适用不同场景。

Popover API

Popover Attributes

参数名描述类型默认值
popup-visible / v-model文字气泡是否可见Boolean-
default-popup-visible文字气泡默认是否可见(非受控模式)Booleanfalse
title标题String-
content内容String-
trigger触发方式Stringhover
position弹出位置Stringtop
content-class弹出框内容的类名ClassName-
content-style弹出框内容的样式CSSProperties-
arrow-class弹出框箭头的类名ClassName-
arrow-style弹出框箭头的样式CSSProperties-
popup-container弹出框的挂载容器String HTMLElement null undefined-

Popover Events

事件名描述参数
popup-visible-change文字气泡显示状态改变时触发Function

Popover Slots

参数名描述类型
title标题-
content内容-