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

@@ -78,9 +78,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
* [x] Virtual scroller * [x] Virtual scroller
* [x] Virtual merger * [x] Virtual merger
* [x] CSS Variable Theme * [x] CSS Variable Theme
* [x] (pro) Cell area selection * [x] (插件) Cell area selection
* [x] (pro) Cell copy & paste * [x] (插件) Cell copy & paste
* [x] (pro) Cell find and replace * [x] (插件) Cell find and replace
## Installing ## Installing

View File

@@ -79,9 +79,9 @@
* [x] 虚拟滚动 * [x] 虚拟滚动
* [x] 虚拟合并 * [x] 虚拟合并
* [x] CSS 变量主题 * [x] CSS 变量主题
* [x] (pro) 单元格区域选取 * [x] (插件) 单元格区域选取
* [x] (pro) 单元格复制/粘贴 * [x] (插件) 单元格复制/粘贴
* [x] (pro) 单元格查找和替换 * [x] (插件) 单元格查找和替换
## 安装 ## 安装

View File

@@ -77,9 +77,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
* [x] 虛擬滾動 * [x] 虛擬滾動
* [x] 虛擬合併 * [x] 虛擬合併
* [x] CSS 變量主題 * [x] CSS 變量主題
* [x] (pro) 儲存格區域選取 * [x] (Plugin) 儲存格區域選取
* [x] (pro) 儲存格複製/粘貼 * [x] (Plugin) 儲存格複製/粘貼
* [x] (pro) 儲存格查找和替換 * [x] (Plugin) 儲存格查找和替換
## 安裝 ## 安裝

View File

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

View File

@@ -546,6 +546,7 @@
"title-colon", "title-colon",
"title-asterisk", "title-asterisk",
"title-overflow", "title-overflow",
"vertical",
"class-name", "class-name",
"collapse-status", "collapse-status",
"custom-layout", "custom-layout",
@@ -571,6 +572,7 @@
"title-asterisk", "title-asterisk",
"title-overflow", "title-overflow",
"show-title", "show-title",
"vertical",
"class-name", "class-name",
"content-class-name", "content-class-name",
"content-style", "content-style",