bill hace 2 años
padre
commit
31e0103f86

+ 1 - 1
src/components/static-preview/index.vue

@@ -9,7 +9,7 @@
           <Sign :media="raw" />
         </template>
       </ui-slide>
-      <Sign :media="items[0]" />
+      <Sign :media="items[0]" v-else />
     </div>
   </teleport>
 </template>

+ 1 - 1
src/components/static-preview/style.scss

@@ -19,7 +19,7 @@
 .pull-preview {
   position: absolute;
   z-index: 9999;
-  display: flex;
+  // display: flex;
   align-items: center;
   top: 0;
   right: 0;