소스 검색

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"