|
@@ -418,7 +418,9 @@
|
|
|
},
|
|
|
beforeRemove(file, fileList) {
|
|
|
if(this.showConfirm ){
|
|
|
- return this.$confirm(`确定移除 ${ file.name }?`);
|
|
|
+ return this.$confirm(`确定移除 ${ file.name }?`,'',{
|
|
|
+ cancelButtonClass:"cacelBtn"
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -458,11 +460,8 @@
|
|
|
.NoiseTemplateWrapper .el-select .el-input .el-icon-circle-close{
|
|
|
display: inherit!important;
|
|
|
}
|
|
|
- .el-button--default{
|
|
|
+ .cacelBtn{
|
|
|
color: #22ccc8!important;
|
|
|
}
|
|
|
- .el-button--primary{
|
|
|
- color: #ffffff!important;
|
|
|
- }
|
|
|
</style>
|
|
|
|