常规小优化
This commit is contained in:
@ -141,27 +141,35 @@
|
||||
borderColor: "#e034344d",
|
||||
buttonBgColor: "#E03434",
|
||||
bgColor:'#383934cc',
|
||||
buttonTextColor:'#FFFFFFde'
|
||||
buttonTextColor:'#FFFFFFde',
|
||||
showCancel:true,
|
||||
buttonCancelText:'取消'
|
||||
},
|
||||
succ: {
|
||||
icoUrl: '/static/images/common/success.png',
|
||||
borderColor: "#BBE6004d",
|
||||
buttonBgColor: "#BBE600",
|
||||
buttonTextColor:'#232323de',
|
||||
bgColor:'#383934cc'
|
||||
bgColor:'#383934cc',
|
||||
showCancel:true,
|
||||
buttonCancelText:'取消'
|
||||
},
|
||||
warn: {
|
||||
icoUrl: '/static/images/common/warning.png',
|
||||
borderColor: "#FFC84E4d",
|
||||
buttonBgColor: "#FFC84E",
|
||||
buttonTextColor:'#FFFFFFde',
|
||||
bgColor:'#383934cc'
|
||||
bgColor:'#383934cc',
|
||||
showCancel:true,
|
||||
buttonCancelText:'取消'
|
||||
},
|
||||
info:{
|
||||
borderColor: "#BBE6004d",
|
||||
buttonBgColor: "#BBE600",
|
||||
bgColor:'#383934cc',
|
||||
buttonTextColor:'#232323de'
|
||||
buttonTextColor:'#232323de',
|
||||
showCancel:true,
|
||||
buttonCancelText:'取消'
|
||||
},
|
||||
prompt:{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user