修改用户头像预览宽高

This commit is contained in:
RuoYi
2020-12-06 16:22:45 +08:00
parent 563e11d9c1
commit 7e78a9167f
2 changed files with 3 additions and 3 deletions

View File

@ -220,8 +220,8 @@
position: absolute;
top: 50%;
transform: translate(50%, -50%);
width: 180px;
height: 180px;
width: 200px;
height: 200px;
border-radius: 50%;
box-shadow: 0 0 4px #ccc;
overflow: hidden;