|
@@ -19,7 +19,6 @@
|
|
|
:preview-src-list="tableData.map((row) => row.imgUrl)"
|
|
|
:initial-index="index"
|
|
|
fit="cover" />
|
|
|
- <!-- <img v-lazy="item.imgUrl" style="object-fit: contain; object-position: 50% 50%; background: #fff" @click="openFile(item.imgUrl)" /> -->
|
|
|
</div>
|
|
|
<div style="margin: 5px 0; white-space: nowrap; text-overflow: ellipsis">{{ item.artworkName }}</div>
|
|
|
<div style="margin: 5px 0; display: flex; justify-content: space-between">
|
|
@@ -29,8 +28,6 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</div>
|
|
|
- <!-- <div class="demo-image__preview"> -->
|
|
|
- <!-- </div> -->
|
|
|
</el-card>
|
|
|
|
|
|
<el-dialog :title="modalType == 'add' ? '新增图稿' : '编辑图稿'" v-if="openDialog" v-model="openDialog" width="700">
|