mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -546,6 +546,7 @@
|
||||
"title-colon",
|
||||
"title-asterisk",
|
||||
"title-overflow",
|
||||
"vertical",
|
||||
"class-name",
|
||||
"collapse-status",
|
||||
"custom-layout",
|
||||
@@ -571,6 +572,7 @@
|
||||
"title-asterisk",
|
||||
"title-overflow",
|
||||
"show-title",
|
||||
"vertical",
|
||||
"class-name",
|
||||
"content-class-name",
|
||||
"content-style",
|
||||
|
||||
Reference in New Issue
Block a user