Skip to content

Popover

基础用法

html

<pa-popover class="inline-flex">
  <pa-button>基础用法</pa-button>
  <template #popover-content>
    <view class="p-20">
      <text class="text-32">标题</text>
      <text class="text-28 block">这是一段内容,这是一段内容,这是一段内容,这是一段内容。</text>
    </view>
  </template>
</pa-popover>

Popover Props

参数说明类型默认值
text内容string''
width浮窗宽度string | number'300'
zIndex浮窗层级number9

Popover Event

事件名参数

Popover Slot

名称说明
default-
popover-content-

样式变量

🙈