docs: update component css vars value

This commit is contained in:
chenjiahan
2021-06-14 11:13:38 +08:00
committed by neverland
parent 8e3833acc8
commit b3cc75dcbd
119 changed files with 1309 additions and 1308 deletions
+6 -6
View File
@@ -100,9 +100,9 @@ export default {
The component provides the following CSS variables, which can be used to customize styles. Please refer to [ConfigProvider component](#/en-US/config-provider).
| Name | Default Value | Description |
| ------------------------------------ | ----------------- | ----------- |
| --van-contact-card-padding | `@padding-md` | - |
| --van-contact-card-add-icon-size | `40px` | - |
| --van-contact-card-add-icon-color | `@blue` | - |
| --van-contact-card-value-line-height | `@line-height-md` | - |
| Name | Default Value | Description |
| --- | --- | --- |
| --van-contact-card-padding | `var(--van-padding-md)` | - |
| --van-contact-card-add-icon-size | `40px` | - |
| --van-contact-card-add-icon-color | `var(--van-blue)` | - |
| --van-contact-card-value-line-height | `var(--van-line-height-md)` | - |