浏览代码

查看头像处理

master
suyanyan 2 个月前
父节点
当前提交
b22a1aa872
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      SafeCampus.WEB/src/views/userManage/clothing/index.vue
  2. +1
    -1
      SafeCampus.WEB/src/views/userManage/keyPersonnel/index.vue
  3. +1
    -1
      SafeCampus.WEB/src/views/userManage/personnel/index.vue

+ 1
- 1
SafeCampus.WEB/src/views/userManage/clothing/index.vue 查看文件

@@ -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">


+ 1
- 1
SafeCampus.WEB/src/views/userManage/keyPersonnel/index.vue 查看文件

@@ -57,7 +57,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="" style="max-width: 100%" />
<img class="detailpic" :src="faceUrl" alt="" style="max-width: 100%; max-height: 600px" />
</div>
</el-dialog>
</div>


+ 1
- 1
SafeCampus.WEB/src/views/userManage/personnel/index.vue 查看文件

@@ -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 style="max-width: 100%" class="detailpic" :src="faceUrl" alt="" />
<img style="max-width: 100%; max-height: 600px" class="detailpic" :src="faceUrl" alt="" />
</div>
</el-dialog>
</div>


正在加载...
取消
保存