Explorar el Código

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

Casper Dai hace 3 años
padre
commit
16e69b5e19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"