37 lines
564 B
Plaintext
37 lines
564 B
Plaintext
:host {
|
|
::ng-deep {
|
|
.card-height {
|
|
min-height: 600px;
|
|
}
|
|
|
|
.save-btn {
|
|
width : 100%;
|
|
text-align: right;
|
|
}
|
|
|
|
.block-radio {
|
|
display : flex;
|
|
min-height: 32px;
|
|
}
|
|
|
|
input {
|
|
width : 100px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.ant-form-item-control-input-content {
|
|
display: flex;
|
|
}
|
|
|
|
.ant-form-item-label>label {
|
|
height: 36px;
|
|
}
|
|
|
|
.se__horizontal>.se__item .se__label-text {
|
|
overflow : auto;
|
|
text-overflow: unset;
|
|
white-space : normal;
|
|
}
|
|
}
|
|
|
|
} |