|
@@ -141,12 +141,12 @@
|
|
|
style="position: relative;">
|
|
|
<view
|
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg'||item.substring(item.length-4)=='jpeg' ">
|
|
|
- <image :src="item" mode="" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ <image :src="item" mode="" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"
|
|
|
@click="showPhoto(index,value.zEngiineeringPhotoBoList)">
|
|
|
</image>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
- <video :src="item" style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ <video :src="item" style="width: 200rpx; height: 200rpx; margin: 0 12rpx;"></video>
|
|
|
</view>
|
|
|
<view @click="remove(index,key)"
|
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|