@@ -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"