jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/Popup/props.js
2024-12-01 19:56:54 +08:00

18 lines
365 B
JavaScript

export var PopupDefaultProps = {
visible: false,
destroyOnClose: false,
showMask: true,
position: 'bottom',
// 是否开启动画
animation: true,
animationType: 'transform',
// 动画持续时间
duration: 300,
height: null,
width: null,
maskClassName: '',
maskStyle: '',
// 弹窗层级
zIndex: 998,
};