Files
bbq/src/app/routes/usercenter/components/freight/user/detail/detail.component.less
2022-05-06 10:43:55 +08:00

27 lines
377 B
Plaintext

@import '../../../../less/edit.less';
:host {
::ng-deep {
.user-info {
display: flex;
font-size: 16px;
.enterprise-name {
margin-right: 15px;
}
img {
width: 64px;
height: 64px;
margin-right: 15px;
border-radius: 50%;
}
.user-info-des {
margin-bottom: 5px;
}
}
}
}