mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 13:01:57 +08:00
优化修改头像在小屏幕上页面布局错位的问题
This commit is contained in:
@@ -250,9 +250,10 @@
|
||||
}
|
||||
|
||||
.avatar-upload-preview {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translate(50%, -50%);
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border-radius: 50%;
|
||||
|
||||
Reference in New Issue
Block a user