|
|
@ -264,21 +264,22 @@ |
|
|
|
<!-- 图片查看器 --> |
|
|
|
<!-- 图片查看器 --> |
|
|
|
<el-dialog |
|
|
|
<el-dialog |
|
|
|
custom-class="data-dia imgIndex" |
|
|
|
custom-class="data-dia imgIndex" |
|
|
|
|
|
|
|
class="" |
|
|
|
:visible.sync="showImg" |
|
|
|
:visible.sync="showImg" |
|
|
|
width="634px" |
|
|
|
width="634px" |
|
|
|
> |
|
|
|
> |
|
|
|
<img :src="imgSrc" class="imgPop imgIndex" alt=""> |
|
|
|
<img :src="imgSrc" class="imgPop imgIndex min-w-full " alt=""> |
|
|
|
<!-- <div :style="{'background':'url('+imgSrc+')','height':'500px','background-repeat': 'no-repeat',--> |
|
|
|
<!-- <div :style="{'background':'url('+imgSrc+')','height':'500px','background-repeat': 'no-repeat',--> |
|
|
|
<!-- 'background-size': '100% 100%'}" class="imgPop">--> |
|
|
|
<!-- 'background-size': '100% 100%'}" class="imgPop">--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- 银行卡 --> |
|
|
|
<!-- 银行卡 --> |
|
|
|
<div v-if="magnifyData.id == 16" style="position: absolute;top:0;width: 634px"> |
|
|
|
<!-- <div v-if="magnifyData.id == 16" style="position: absolute;top:0;width: 634px"> |
|
|
|
<div style='position: relative;top: 220px;left: 70px;width:250px;font-size: 24px;color: #fff'> |
|
|
|
<div style='position: relative;top: 220px;left: 70px;width:250px;font-size: 24px;color: #fff'> |
|
|
|
{{magnifyData.cardNub}} |
|
|
|
{{magnifyData.cardNub}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<!-- 身份证 --> |
|
|
|
<!-- 身份证 --> |
|
|
|
<div v-if="magnifyData.id == 13" style="position: absolute;top:0;width: 634px"> |
|
|
|
<!-- <div v-if="magnifyData.id == 13" style="position: absolute;top:0;width: 634px"> |
|
|
|
<div style='position: relative;top: 73px;left: 80px;width:220px'> |
|
|
|
<div style='position: relative;top: 73px;left: 80px;width:220px'> |
|
|
|
{{magnifyData.userName}} |
|
|
|
{{magnifyData.userName}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -297,7 +298,7 @@ |
|
|
|
<div style='position: relative;top: 215px;left: 160px;width:220px'> |
|
|
|
<div style='position: relative;top: 215px;left: 160px;width:220px'> |
|
|
|
{{magnifyData.idCardNo}} |
|
|
|
{{magnifyData.idCardNo}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</el-dialog> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <tip-dialog /> --> |
|
|
|
<!-- <tip-dialog /> --> |
|
|
@ -3139,7 +3140,8 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.imgPop{ |
|
|
|
.imgPop{ |
|
|
|
width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.masking{ |
|
|
|
.masking{ |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|