UNPKG

@form-create/tdesign

Version:

TDesign版本低代码表单|FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单生成组件。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。内置20种常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。

27 lines (21 loc) 587 B
.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 !important; } .fc-form-footer { margin-top: 12px; }