Pārlūkot izejas kodu

快手创建创意弹窗轮播样式调整

刘政和 5 gadi atpakaļ
vecāks
revīzija
ec831f7efa
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/views/modules/appad/modules/AppAdModal.vue

+ 2 - 2
src/views/modules/appad/modules/AppAdModal.vue

@@ -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)'
     }
   }
 }