feat(Popover): support config action color (#8049)

This commit is contained in:
neverland
2021-01-31 18:36:11 +08:00
committed by GitHub
parent 94b9e3981c
commit d27626ada2
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -237,6 +237,7 @@ export default {
| --- | --- | --- |
| text | 选项文字 | _string_ |
| icon | 文字左侧的图标,支持传入[图标名称](#/zh-CN/icon)或图片链接 | _string_ |
| color | 选项文字颜色 | _string_ |
| disabled | 是否为禁用状态 | _boolean_ |
| className | 为对应选项添加额外的类名 | _string \| Array \| object_ |