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
+9 -9
View File
@@ -154,14 +154,14 @@ export default {
| ------ | ------------------------- | ------------ |
| change | Emitted when rate changed | current rate |
### 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 |
| ------------------------- | --------------- | ----------- |
| @rate-icon-size | `20px` | - |
| @rate-icon-gutter | `@padding-base` | - |
| @rate-icon-void-color | `@gray-5` | - |
| @rate-icon-full-color | `@red` | - |
| @rate-icon-disabled-color | `@gray-5` | - |
| Name | Default Value | Description |
| ------------------------------ | --------------- | ----------- |
| --van-rate-icon-size | `20px` | - |
| --van-rate-icon-gutter | `@padding-base` | - |
| --van-rate-icon-void-color | `@gray-5` | - |
| --van-rate-icon-full-color | `@red` | - |
| --van-rate-icon-disabled-color | `@gray-5` | - |