@form-create/tdesign
Version:
TDesign 版本低代码表单 | FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。
27 lines (21 loc) • 587 B
CSS
.form-create {
width: 100%;
}
.form-create .t-tree .t-tree__icon {
line-height: inherit;
}
.form-create.t-form:not(.t-form-inline) .t-form__item:last-of-type {
margin-bottom: 24px;
}
.form-create .form-create .t-is-error .t-input__extra {
color: var(--td-error-color);
}
.form-create .form-create .t-is-warning .t-input__extra {
color: var(--td-warning-color);
}
.form-create.is-preview .fc-clock, .form-create .fc-none, .form-create.is-preview .t-form__label--required > label::before {
display: none ;
}
.fc-form-footer {
margin-top: 12px;
}