This commit is contained in:
xuliangzhan
2023-09-15 08:38:34 +08:00
parent b60898a69a
commit eb806246da
5 changed files with 19 additions and 9 deletions

View File

@@ -1695,6 +1695,10 @@
"type": "string | boolean",
"description": "所有设置标题内容过长时显示为省略号"
},
"vxe-form/vertical": {
"type": "boolean",
"description": "所有项使用垂直布局"
},
"vxe-form/class-name": {
"type": "string, ({ data }) => string",
"description": "给表单附加 className"
@@ -1763,6 +1767,10 @@
"type": "boolean",
"description": "是否显示标题"
},
"vxe-form-item/vertical": {
"type": "boolean",
"description": "使用垂直布局"
},
"vxe-form-item/class-name": {
"type": "string, ({ field, data }) => string",
"description": "给表单项附加 className"