docs: update componen varriable value format

This commit is contained in:
chenjiahan
2021-06-14 11:13:38 +08:00
committed by neverland
parent 9b5882b8c3
commit 981ad0f3ce
122 changed files with 1364 additions and 1364 deletions
+3 -3
View File
@@ -187,6 +187,6 @@ The component provides the following CSS variables, which can be used to customi
| Name | Default Value | Description |
| ---------------------------- | --------------------------- | ----------- |
| --van-count-down-text-color | `var(--van-text-color)` | - |
| --van-count-down-font-size | `var(--van-font-size-md)` | - |
| --van-count-down-line-height | `var(--van-line-height-md)` | - |
| --van-count-down-text-color | _var(--van-text-color)_ | - |
| --van-count-down-font-size | _var(--van-font-size-md)_ | - |
| --van-count-down-line-height | _var(--van-line-height-md)_ | - |
+3 -3
View File
@@ -197,9 +197,9 @@ export default {
| 名称 | 默认值 | 描述 |
| ---------------------------- | --------------------------- | ---- |
| --van-count-down-text-color | `var(--van-text-color)` | - |
| --van-count-down-font-size | `var(--van-font-size-md)` | - |
| --van-count-down-line-height | `var(--van-line-height-md)` | - |
| --van-count-down-text-color | _var(--van-text-color)_ | - |
| --van-count-down-font-size | _var(--van-font-size-md)_ | - |
| --van-count-down-line-height | _var(--van-line-height-md)_ | - |
## 常见问题