|
|
@@ -60,12 +60,12 @@ const props = defineProps({
|
|
|
/** 成功按钮背景色(可用渐变) */
|
|
|
confirmColor: {
|
|
|
type: String,
|
|
|
- default: 'linear-gradient(90deg, #0072f8, #ffa94d)',
|
|
|
+ default: 'linear-gradient(90deg, #0072f8, #3a9fff)',
|
|
|
},
|
|
|
/** 失败按钮文字/边框颜色(plain 模式下作为描边+文字色) */
|
|
|
cancelColor: {
|
|
|
type: String,
|
|
|
- default: '#fe783d',
|
|
|
+ default: '#0072f8',
|
|
|
},
|
|
|
|
|
|
/** 点击遮罩是否关闭 */
|