Преглед изворни кода

fix(ast): the background image cannot be displayed when viewing the program

Casper Dai пре 3 година
родитељ
комит
46ee2c8837
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/bigscreen/ast/Viewer.vue

+ 1 - 1
src/views/bigscreen/ast/Viewer.vue

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