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