mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
docs: update docs (#48915)
This commit is contained in:
parent
4eefc49e8f
commit
d447eeb26e
@ -69,7 +69,7 @@ v5 use `rootClassName` & `rootStyle` to config wrapper style instead of `classNa
|
|||||||
| styles | Semantic structure style | [Record<SemanticDOM, CSSProperties>](#semantic-dom) | - | 5.10.0 |
|
| styles | Semantic structure style | [Record<SemanticDOM, CSSProperties>](#semantic-dom) | - | 5.10.0 |
|
||||||
| size | preset size of drawer, default `378px` and large `736px` | 'default' \| 'large' | 'default' | 4.17.0 |
|
| size | preset size of drawer, default `378px` and large `736px` | 'default' \| 'large' | 'default' | 4.17.0 |
|
||||||
| title | The title for Drawer | ReactNode | - | |
|
| title | The title for Drawer | ReactNode | - | |
|
||||||
| loading | Show spinning indicator | boolean \| `Omit<SpinProp, 'fullScreen' \| 'tip'>` | false | 5.17.0 |
|
| loading | Show spinning indicator | boolean | false | 5.17.0 |
|
||||||
| open | Whether the Drawer dialog is visible or not | boolean | false | |
|
| open | Whether the Drawer dialog is visible or not | boolean | false | |
|
||||||
| width | Width of the Drawer dialog | string \| number | 378 | |
|
| width | Width of the Drawer dialog | string \| number | 378 | |
|
||||||
| zIndex | The `z-index` of the Drawer | number | 1000 | |
|
| zIndex | The `z-index` of the Drawer | number | 1000 | |
|
||||||
|
@ -68,7 +68,7 @@ v5 使用 `rootClassName` 与 `rootStyle` 来配置最外层元素样式。原 v
|
|||||||
| style | 设计 Drawer 容器样式,如果你只需要设置内容部分请使用 `bodyStyle` | CSSProperties | - | |
|
| style | 设计 Drawer 容器样式,如果你只需要设置内容部分请使用 `bodyStyle` | CSSProperties | - | |
|
||||||
| styles | 语义化结构 style | [Record<SemanticDOM, CSSProperties>](#semantic-dom) | - | 5.10.0 |
|
| styles | 语义化结构 style | [Record<SemanticDOM, CSSProperties>](#semantic-dom) | - | 5.10.0 |
|
||||||
| title | 标题 | ReactNode | - | |
|
| title | 标题 | ReactNode | - | |
|
||||||
| loading | 显示旋转指示器 | boolean \| `Omit<SpinProp, 'fullScreen' \| 'tip'>` | false | 5.17.0 |
|
| loading | 显示旋转指示器 | boolean | false | 5.17.0 |
|
||||||
| open | Drawer 是否可见 | boolean | - |
|
| open | Drawer 是否可见 | boolean | - |
|
||||||
| width | 宽度 | string \| number | 378 | |
|
| width | 宽度 | string \| number | 378 | |
|
||||||
| zIndex | 设置 Drawer 的 `z-index` | number | 1000 | |
|
| zIndex | 设置 Drawer 的 `z-index` | number | 1000 | |
|
||||||
|
Loading…
Reference in New Issue
Block a user