소스 검색

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

刘政和 5 년 전
부모
커밋
ec831f7efa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)'
     }
   }
 }