|
@@ -96,12 +96,7 @@
|
|
|
style="padding: 2px 0; position: relative;padding-right: 112px;"
|
|
|
>
|
|
|
<span v-if="v.type == 0" v-text="v.materialUrl"></span>
|
|
|
- <img
|
|
|
- v-if="v.type == 1"
|
|
|
- :src="v.localUrl"
|
|
|
- alt="图片丢失"
|
|
|
- style="width: 80px"
|
|
|
- />
|
|
|
+ <el-image v-if="v.type == 1" style="width: 100px; height: 100px" :src="v.localUrl" fit="contain" :preview-src-list="[v.localUrl]" />
|
|
|
<small
|
|
|
style="
|
|
|
color: #999;
|
|
@@ -138,12 +133,7 @@
|
|
|
style="padding: 2px 0; position: relative;padding-right: 112px;"
|
|
|
>
|
|
|
<span v-if="v.type == 0" v-text="v.materialUrl"></span>
|
|
|
- <img
|
|
|
- v-if="v.type == 1"
|
|
|
- :src="v.localUrl"
|
|
|
- alt="图片丢失"
|
|
|
- style="width: 80px"
|
|
|
- />
|
|
|
+ <el-image v-if="v.type == 1" style="width: 100px; height: 100px" :src="v.localUrl" fit="contain" :preview-src-list="[v.localUrl]" />
|
|
|
<small
|
|
|
style="
|
|
|
color: #999;
|