Files
hertzbeat/web-app/src/app/routes/passport/lock/lock.component.less
2021-11-27 22:21:52 +08:00

13 lines
184 B
Plaintext

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