|
@@ -157,7 +157,7 @@
|
|
|
<div style="width: calc(100% - 80px)">
|
|
|
<el-image
|
|
|
fit="scale-down"
|
|
|
- style="width: 148px; height: 148px; margin-right: 10px"
|
|
|
+ style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
|
|
|
v-if="row.blueprint"
|
|
|
:src="row.blueprint"
|
|
|
@click="openFile(row.blueprint)" />
|
|
@@ -213,7 +213,7 @@
|
|
|
<div style="width: calc(100% - 80px)">
|
|
|
<el-image
|
|
|
fit="scale-down"
|
|
|
- style="width: 148px; height: 148px; margin-right: 10px"
|
|
|
+ style="width: 148px; height: 148px; margin-right: 10px; cursor: pointer"
|
|
|
v-if="row.selfAdhesiveStickerFile && row.selfAdhesiveStickerFile.fileUrl"
|
|
|
:src="row.selfAdhesiveStickerFile.fileUrl"
|
|
|
@click="openFile(row.selfAdhesiveStickerFile.fileUrl)" />
|