Преглед на файлове

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"