This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
样式修改
master
suyanyan
4 months ago
parent
810c38a14e
commit
8b4cec8fd5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
SafeCampus.WEB/src/views/userManage/personnel/index.vue
+ 1
- 1
SafeCampus.WEB/src/views/userManage/personnel/index.vue
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save