Explorar el Código

更新 样式

wzh hace 3 años
padre
commit
6cf1a2212c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/voyage/voyageDetail.vue

+ 1 - 1
src/views/voyage/voyageDetail.vue

@@ -702,7 +702,7 @@
     <el-dialog v-model="mediaModal" :title="modalTitle">
       <el-image
         v-if="modalType == 1"
-        style="max-width: 80vw; max-height: 60vh; display: flex"
+        style="height: 60vh; display: flex"
         fit="contain"
         :src="currentUrl"
         :preview-src-list="modalPreview"