Browse Source

2023-12-12 赫艾出库核验图片功能大小修改

master
zelian_wu 2 years ago
parent
commit
20e6eb8efd
  1. 10
      src/views/modules/pad/padCODelNotify.vue

10
src/views/modules/pad/padCODelNotify.vue

@ -383,9 +383,10 @@
title="产品图片"
:visible.sync="checkoutDelNotifyDetailPartPhotoDialogVisible"
@close="closeDelNotifyDetailPartPhotoDialogVisible"
width="60%">
width="70%" top="10vh">
<el-container>
<el-aside width="40%">
<el-aside width="35%">
<div style="height: 30%"></div>
<el-form label-position="top">
<el-row>
<el-col :span="10">
@ -426,8 +427,9 @@
</el-row>
</el-form>
</el-aside>
<el-main style="height: 300px">
<img style="max-width: 100%;max-height: 100%;vertical-align:middle;" :src="photoUrl">
<el-main style="height: 500px">
<img style="max-width: 100%;max-height: 100%;vertical-align:middle;object-fit: cover" :src="photoUrl">
<!-- <el-image style="max-width: 100%; max-height: 100%;" :src="photoUrl" fit="cover"></el-image>-->
</el-main>
</el-container>
<span slot="footer" class="dialog-footer" style="text-align: center">

Loading…
Cancel
Save