docs(config-provider): add wave setting (#7107)

* docs(config-provider): add wave setting

* docs(config-provider): add wave setting

---------

Co-authored-by: pangzebang <pangzebang@dm-ai.com>
feat-4.1
puppetkkk 2023-12-18 10:25:23 +08:00 committed by GitHub
parent 1dccce4e16
commit af383a34bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Some components use dynamic style to support wave effect. You can config `csp` p
| space | Set Space `size`, ref [Space](/components/space) | { size: `small` \| `middle` \| `large` \| `number` } | - | 3.0 |
| transformCellText | Table data can be changed again before rendering. The default configuration of general user empty data. | Function({ text, column, record, index }) => any | - | 1.5.4 |
| virtual | Disable virtual scroll when set to false | boolean | true | 3.0 |
| wave | Config wave effect | { disabled?: boolean } | - | 4.0.7 |
### ConfigProvider.config() `3.0.0+`

View File

@ -65,6 +65,7 @@ ConfigProvider 使用 Vue 的 [provide / inject](https://vuejs.org/v2/api/#provi
| space | 设置 Space 的 `size`,参考 [Space](/components/space) | { size: `small` \| `middle` \| `large` \| `number` } | - | 3.0 |
| transformCellText | Table 数据渲染前可以再次改变,一般用户空数据的默认配置 | Function({ text, column, record, index }) => any | - | 1.5.4 |
| virtual | 设置 `false` 时关闭虚拟滚动 | boolean | - | 3.0 |
| wave | 设置水波纹特效 | { disabled?: boolean } | - | 4.0.7 |
### ConfigProvider.config() `3.0.0+`