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 | 浮窗层级 | number | 9 |
Popover Event
事件名 | 参数 |
---|
Popover Slot
名称 | 说明 |
---|---|
default | - |
popover-content | - |
样式变量
🙈