This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -102,7 +102,7 @@
* @property {String} cancelText 取消按钮的文字 (默认 '取消'
* @property {Boolean} showConfirmButton 是否显示确认按钮 (默认 true
* @property {Boolean} showCancelButton 是否显示取消按钮 (默认 false
* @property {String} confirmColor 确认按钮的颜色 (默认 '#2979ff'
* @property {String} confirmColor 确认按钮的颜色 (默认 '#117e4c'
* @property {String} cancelColor 取消按钮的颜色 (默认 '#606266'
* @property {Number} duration 弹窗动画过度时间 (默认 400
* @property {Boolean} buttonReverse 对调确认和取消的位置 (默认 false