File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Alert component for feedback.
19
19
| afterClose | Called when close animation is finished | () => void | - | |
20
20
| banner | Whether to show as banner | boolean | false | |
21
21
| closable | Whether Alert can be closed | boolean | | |
22
- | closeIcon | Custom close icon | slot | <CloseOutlined /> | 3.0 |
22
+ | closeIcon | Custom close icon | slot | ` <CloseOutlined /> ` | 3.0 |
23
23
| closeText | Close text to show | string\| slot | - | |
24
24
| description | Additional content of Alert | string\| slot | - | |
25
25
| icon | Custom icon, effective when ` showIcon ` is ` true ` | vnode \| slot | - | |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/8emPa3fjl/Alert.svg
20
20
| afterClose | 关闭动画结束后触发的回调函数 | () => void | - | |
21
21
| banner | 是否用作顶部公告 | boolean | false | |
22
22
| closable | 默认不显示关闭按钮 | boolean | 无 | |
23
- | closeIcon | 自定义关闭 Icon | slot | <CloseOutlined /> | 3.0 |
23
+ | closeIcon | 自定义关闭 Icon | slot | ` <CloseOutlined /> ` | 3.0 |
24
24
| closeText | 自定义关闭按钮 | string\| slot | 无 | |
25
25
| description | 警告提示的辅助性文字介绍 | string\| slot | 无 | |
26
26
| icon | 自定义图标,` showIcon ` 为 ` true ` 时有效 | vnode\| slot | - | |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A Drawer is a panel that is typically overlaid on top of a page and slides in fr
23
23
| bodyStyle | Style of the drawer content part | CSSProperties | - | |
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 left of the Drawer dialog or not | boolean | true | |
26
- | closeIcon | Custom close icon | VNode \| slot | <CloseOutlined /> | 3.0.0 |
26
+ | closeIcon | Custom close icon | VNode \| slot | ` <CloseOutlined /> ` | 3.0.0 |
27
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 | - | |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/7z8NJQhFb/Drawer.svg
23
23
| bodyStyle | 可用于设置 Drawer 内容部分的样式 | CSSProperties | - | |
24
24
| class | 对话框外层容器的类名 | string | - | |
25
25
| closable | 是否显示左上角的关闭按钮 | boolean | true | |
26
- | closeIcon | 自定义关闭图标 | VNode \| slot | <CloseOutlined /> | 3.0.0 |
26
+ | closeIcon | 自定义关闭图标 | VNode \| slot | ` <CloseOutlined /> ` | 3.0.0 |
27
27
| contentWrapperStyle | 可用于设置 Drawer 包裹内容部分的样式 | CSSProperties | - | 3.0.0 |
28
28
| destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | |
29
29
| drawerStyle | 用于设置 Drawer 弹出层的样式 | object | - | |
You can’t perform that action at this time.
0 commit comments