|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="savePreview">
|
|
|
<el-dialog center title="预览" width="25%" :append-to-body="true" :close-on-click-modal="false"
|
|
|
:visible.sync="dialogVisible">
|
|
|
- <div style="overflow-y: auto;height:70vh;background-color: #eee;border: 1px solid #bdbdbd;">
|
|
|
+ <div v-if="skuListItem" style="overflow-y: auto;height:70vh;background-color: #eee;border: 1px solid #bdbdbd;">
|
|
|
<div style="height: 200px;background-color: #fff;display: flex;align-items: center;overflow: hidden;">
|
|
|
<img :src="params.productMainImage" alt="" style="width: 100%;object-fit: cover">
|
|
|
</div>
|