27 lines
377 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|