浏览代码

fix: the background image cannot be displayed when viewing the program

Casper Dai 3 年之前
父节点
当前提交
16e69b5e19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/bigscreen/viewer/index.vue

+ 1 - 1
src/views/bigscreen/viewer/index.vue

@@ -62,7 +62,7 @@
     >
       <div
         class="c-viewer__background has-bg"
-        :style="backgroundStyle"
+        :style="backgroundStyles"
       />
       <widget
         v-for="(item, index) in widgets"