Explorar el Código

查看头像处理

master
suyanyan hace 2 meses
padre
commit
b22a1aa872
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar