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