Files
hertzbeat/web-app/src/app/routes/passport/lock/lock.component.less

13 lines
184 B
Plaintext
Raw Normal View History

:host ::ng-deep {
.ant-card-body {
position: relative;
margin-top: 80px;
}
.avatar {
position: absolute;
top: -20px;
left: 50%;
margin-left: -20px;
}
}