Procházet zdrojové kódy

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

Casper Dai před 3 roky
rodič
revize
16e69b5e19
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"