Files
bbq/src/app/shared/components/dynamic-setting/dynamic-setting-h5/dynamic-setting-h5.component.less
Taric Xin f855154875 edit
2022-02-21 16:22:35 +08:00

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;
}
}
}