title: 弹窗组件
[[toc]]
::: warning 注意
属性名 | 说明 | 类型 | 是否必须 |
---|---|---|---|
height | 高度 | String | 否 |
title | 标题 | String | 否 |
right | 距离右侧距离 | String | 否 |
top | 距离顶部距离 | String | 否 |
width | 宽度 | String | 否 |
isEmit | 是否触发回调函数 | Boolean | 否 |
animationClass | 组件弹出方向/slide-right右,slide-left左,slide-bottom下 | String | 否 |
showfooter | 是否显示底部图片 | Boolean | 否 |
minWidth | 最小宽度 | String | 否 |
longheader | 是否显示底部图片 | Boolean | 否 |
<jt-popup title="地图打印" showfooter="false" isEmit="true" longheader="1" right="calc(50% - 480rem)" width="960rem" top="calc(50% - 270rem)" height="600rem">
</jt-popup>