HTML片段

介绍
输入HTML数据
API
Props
参数名 | 描述 | 类型 | 默认值 |
---|---|---|---|
status | 状态 | 'default' |'disabled'| 'hide'| 'readonly' | 'default' |
title | 标题 | string | - |
showLabel | 显示标题 | boolean | true |
width | 字段占比 | '25%'|'50%'|'75%'|'100%' | '100%' |
labelWidth | 标签宽度 | string | - |
value | 编辑默认值 | string | - |
placeholder | 占位提示 | string | '请输入' |
name | 数据字段 | string | ${组件编码}_${长度为8的随机字符串} |
baseStyle | 自定义样式 | string | - |
customClass | 类名绑定 , 绑定类的名称 | string | - |
boxStyle | 盒模型 , margin,border,padding设置 | BoxStyle | - |
uniqueKey | 唯一标识 , 组件的唯一标识 | string | - |
extra | 补充说明 | string | - |
tip | 气泡提醒 | string | - |
validate | 校验 | Validate | - |
loop | 循环, 循环渲染设置 | Loop | - |