|
|
@@ -109,7 +109,7 @@ |
|
|
|
<!-- 预览头像 --> |
|
|
|
<el-dialog v-model="visible" title="查看头像" width="830px" :before-close="handleClose"> |
|
|
|
<div style="display: flex; align-items: center; justify-content: center"> |
|
|
|
<img class="detailpic" :src="faceUrl" alt="" /> |
|
|
|
<img style="max-width: 100%" class="detailpic" :src="faceUrl" alt="" /> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|