File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr
24
24
| class | The class name of the container of the Drawer dialog | string | - | |
25
25
| closable | Whether a close (x) button is visible on top right of the Drawer dialog or not | boolean | true | |
26
26
| closeIcon | Custom close icon | VNode \| slot | <CloseOutlined /> | 3.0.0 |
27
- | contentWrapperStyle | Style of the drawer wrapper of content part | CSSProperties | 3.0.0 |
27
+ | contentWrapperStyle | Style of the drawer wrapper of content part | CSSProperties | - | 3.0.0 |
28
28
| destroyOnClose | Whether to unmount child components on closing drawer or not | boolean | false | |
29
29
| drawerStyle | Style of the popup layer element | object | - | |
30
30
| extra | Extra actions area at corner | VNode \| slot | - | 3.0.0 |
@@ -39,7 +39,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr
39
39
| maskClosable | Clicking on the mask (area outside the Drawer) to close the Drawer or not | boolean | true | |
40
40
| maskStyle | Style for Drawer's mask element | CSSProperties | {} | |
41
41
| placement | The placement of the Drawer | 'top' \| 'right' \| 'bottom' \| 'left' | 'right' | |
42
- | push | Nested drawers push behavior | boolean \| {distance: string \| number} | { distance: 180} | 3.0.0 |
42
+ | push | Nested drawers push behavior | boolean \| {distance: string \| number} | { distance: 180 } | 3.0.0 |
43
43
| size | presetted size of drawer, default ` 378px ` and large ` 736px ` | ` default ` \| ` large ` | ` default ` | 3.0.0 |
44
44
| style | Style of wrapper element which contains mask compare to drawerStyle | CSSProperties | - | |
45
45
| title | The title for Drawer | string \| slot | - | |
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/7z8NJQhFb/Drawer.svg
24
24
| class | 对话框外层容器的类名 | string | - | |
25
25
| closable | 是否显示右上角的关闭按钮 | boolean | true | |
26
26
| closeIcon | 自定义关闭图标 | VNode \| slot | <CloseOutlined /> | 3.0.0 |
27
- | contentWrapperStyle | 可用于设置 Drawer 包裹内容部分的样式 | CSSProperties | 3.0.0 |
27
+ | contentWrapperStyle | 可用于设置 Drawer 包裹内容部分的样式 | CSSProperties | - | 3.0.0 |
28
28
| destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | |
29
29
| drawerStyle | 用于设置 Drawer 弹出层的样式 | object | - | |
30
30
| extra | 抽屉右上角的操作区域 | VNode \| slot | - | 3.0.0 |
@@ -39,7 +39,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/7z8NJQhFb/Drawer.svg
39
39
| maskClosable | 点击蒙层是否允许关闭 | boolean | true | |
40
40
| maskStyle | 遮罩样式 | CSSProperties | {} | |
41
41
| placement | 抽屉的方向 | 'top' \| 'right' \| 'bottom' \| 'left' | 'right' | |
42
- | push | 用于设置多层 Drawer 的推动行为 | boolean \| {distance: string \| number} | { distance: 180} | 3.0.0 |
42
+ | push | 用于设置多层 Drawer 的推动行为 | boolean \| {distance: string \| number} | { distance: 180 } | 3.0.0 |
43
43
| size | 预设抽屉宽度(或高度),default ` 378px ` 和 large ` 736px ` | ` default ` \| ` large ` | ` default ` | 3.0.0 |
44
44
| style | 可用于设置 Drawer 最外层容器的样式,和 ` drawerStyle ` 的区别是作用节点包括 ` mask ` | CSSProperties | - | |
45
45
| title | 标题 | string \| slot | - | |
You can’t perform that action at this time.
0 commit comments