33 lines
439 B
Plaintext
33 lines
439 B
Plaintext
@import '../../../less/edit.less';
|
|
|
|
:host {
|
|
::ng-deep {
|
|
|
|
.sv__title {
|
|
font-weight: 600;
|
|
}
|
|
|
|
|
|
.user-info {
|
|
display : flex;
|
|
font-size: 16px;
|
|
|
|
img {
|
|
width : 64px;
|
|
height : 64px;
|
|
margin-right : 15px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
}
|
|
|
|
.imgBox {
|
|
display: flex;
|
|
|
|
img {
|
|
width : 200px !important;
|
|
height: 160px;
|
|
}
|
|
}
|
|
}
|
|
} |