Fix/date time picker positioning issue (#1981)

This commit is contained in:
jeremywu
2021-05-10 23:02:19 +08:00
committed by GitHub
parent 05c17b9b52
commit 214594100c
2 changed files with 3 additions and 0 deletions

View File

@@ -261,6 +261,8 @@ Drawer provides an API called `destroyOnClose`, which is a flag variable that in
:::
### Drawer Attributes
| Attribute | Description | Type | Acceptable Values | Default |

View File

@@ -261,6 +261,7 @@ Drawer 的内容是懒渲染的,即在第一次被打开之前,传入的默
Drawer 提供一个 `destroyOnClose` API, 用来在关闭 Drawer 时销毁子组件内容, 例如清理表单内的状态, 在必要时可以将该属性设置为 **true** 用来保证初始状态的一致性
:::
### Drawer Attributes
Drawer has almost identical attributes as Dialog.