0.1.0 • Published 2 years ago

jx-show-modal v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

showCloseBtn: false, //true显示右上角关闭功能, false展示底部按钮,默认false centerText: false, // true则文案居中显示 title: '', //标题 content: '', //内容 confirmText: '确定', //确定按钮文案 confirmColor: confirmColor || '#FF5D05', //确定按钮颜色 showCancel: showCancel == null ? true : showCancel //是否展示取消按钮 cancelText: '取消 //取消按钮文案