feat(ActionSheet): update close icon style (#5574)

This commit is contained in:
neverland
2020-01-14 14:13:32 +08:00
committed by GitHub
parent 17d46a71ca
commit c4d6f94f1b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export default {
| description `v2.2.8` | 选项上方的描述信息 | *string* | - |
| overlay | 是否显示遮罩层 | *boolean* | `true` |
| round `v2.0.9` | 是否显示圆角 | *boolean* | `true` |
| close-icon `v2.2.13` | 关闭图标名称或图片链接 | *string* | `close` |
| close-icon `v2.2.13` | 关闭图标名称或图片链接 | *string* | `cross` |
| close-on-click-action | 是否在点击选项后关闭 | *boolean* | `false` |
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` |
| lazy-render | 是否在显示弹层时才渲染节点 | *boolean* | `true` |