|
@@ -362,12 +362,12 @@ export default {
|
|
|
},
|
|
|
coverPreviewHandleOk() {
|
|
|
this.coverPreviewVisible = false
|
|
|
- this.coverPreviewMaskStyle.background = 0
|
|
|
+ this.coverPreviewMaskStyle.background = 'rgba(0,0,0,0)'
|
|
|
},
|
|
|
coverPreviewHandleCancel() {
|
|
|
this.coverPreviewVisible = false
|
|
|
this.coverPreviewUrl = ''
|
|
|
- this.coverPreviewMaskStyle.background = 0
|
|
|
+ this.coverPreviewMaskStyle.background = 'rgba(0,0,0,0)'
|
|
|
}
|
|
|
}
|
|
|
}
|