Files
bbq/src/app/routes/usercenter/components/freight/user/detail/detail.component.less
Taric Xin 19fa0ddbd5 edit
2021-12-20 10:53:10 +08:00

25 lines
393 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;
}
}
}
}