docs: update component CSS variable names (#8857)

This commit is contained in:
neverland
2021-06-14 10:23:47 +08:00
committed by GitHub
parent 34a3fe8787
commit 8e3833acc8
122 changed files with 1755 additions and 1755 deletions
+7 -7
View File
@@ -151,14 +151,14 @@ Use [ref](https://v3.vuejs.org/guide/component-template-refs.html) to get Addres
Please refer to [Area](#/en-US/area) component.
### Less Variables
### CSS Variables
How to use: [Custom Theme](#/en-US/theme).
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 |
| --- | --- | --- |
| @address-edit-padding | `@padding-sm` | - |
| @address-edit-buttons-padding | `@padding-xl @padding-base` | - |
| @address-edit-button-margin-bottom | `@padding-sm` | - |
| @address-edit-detail-finish-color | `@blue` | - |
| @address-edit-detail-finish-font-size | `@font-size-sm` | - |
| --van-address-edit-padding | `@padding-sm` | - |
| --van-address-edit-buttons-padding | `@padding-xl @padding-base` | - |
| --van-address-edit-button-margin-bottom | `@padding-sm` | - |
| --van-address-edit-detail-finish-color | `@blue` | - |
| --van-address-edit-detail-finish-font-size | `@font-size-sm` | - |