scorpio 2 년 전
부모
커밋
a54b8bc51a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/resource/component/preview.vue

+ 1 - 1
src/views/resource/component/preview.vue

@@ -23,7 +23,7 @@
             class="full-height flex flex-center"
           />
           <div v-else v-for="item in data.imgs" :key="item.id">
-            <img :src="item.filePath" />
+            <img :src="item.filePath" style="width: 1100px" />
           </div>
         </div>
         <div class="bottom flex flex-center flex-justify-center">