ソースを参照

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

刘政和 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)'
     }
   }
 }