@form-create/tdesign
Version:
tdesign动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds
24 lines (18 loc) • 479 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 {
display: none ;
}