shish hace 3 semanas
padre
commit
5331ddf5ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hdApp/src/components/RichMediaViewer/index.vue

+ 1 - 1
hdApp/src/components/RichMediaViewer/index.vue

@@ -15,7 +15,7 @@
             <!-- 实际图片 -->
             <image
               v-show="item.loaded"
-              :src="item.shouldLoad ? resizeImage(item.content, '1000') : ''"
+              :src="item.shouldLoad ? resizeImage(item.content, '850') : ''"
               mode="widthFix"
               class="big-image"
               @error="onImageError(index)"