feat(ContactList): add @contact-list-item-radio-icon-color var (#8322)

This commit is contained in:
neverland
2021-03-11 21:15:55 +08:00
committed by GitHub
parent dcd5f08b3b
commit 27a52949fa
7 changed files with 26 additions and 21 deletions
+6 -5
View File
@@ -98,8 +98,9 @@ export default {
组件提供了下列 Less 变量,可用于自定义样式,使用方法请参考[主题定制](#/zh-CN/theme)。
| 名称 | 默认值 | 描述 |
| -------------------------------- | ------------- | ---- |
| @contact-list-edit-icon-size | `16px` | - |
| @contact-list-add-button-z-index | `999` | - |
| @contact-list-item-padding | `@padding-md` | - |
| 名称 | 默认值 | 描述 |
| ----------------------------------- | ------------- | ---- |
| @contact-list-edit-icon-size | `16px` | - |
| @contact-list-add-button-z-index | `999` | - |
| @contact-list-item-padding | `@padding-md` | - |
| @contact-list-item-radio-icon-color | `@red` | - |