fx-form-widget
Version:
38 lines (34 loc) • 531 B
text/less
.form-item-widget-wrapper {
.ant-form-item-label {
& > label {
white-space: pre-wrap;
height: auto;
line-height: 32px;
}
}
}
.label-content {
width: 120px;
}
.label-content-required {
&::before {
display: inline-block;
margin-right: 4px;
color:#e80404;;
font-size: 14px;
line-height: 1;
content: "*";
}
}
.add-table-action {
padding: 20px;
}
.separator-title {
font-size: 16px;
font-weight: 600;
}
.preview_wrap {
.ant-pro-card-body {
padding: 20px;
}
}