Skip to content

HTML片段


image

介绍

输入HTML数据

API

Props

参数名描述类型默认值
status状态'default' |'disabled'| 'hide'| 'readonly''default'
title标题string-
showLabel显示标题booleantrue
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-