docs: fix missing variable values

This commit is contained in:
chenjiahan
2021-06-14 11:13:38 +08:00
committed by neverland
parent b3cc75dcbd
commit 9b5882b8c3
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ The component provides the following CSS variables, which can be used to customi
| --van-toast-loading-icon-color | `var(--van-white)` | - |
| --van-toast-line-height | `var(--van-line-height-md)` | - |
| --van-toast-border-radius | `var(--van-border-radius-lg)` | - |
| --van-toast-background-color | `fade(@black, 70%)` | - |
| --van-toast-background-color | `fade(var(--van-black), 70%)` | - |
| --van-toast-icon-size | `36px` | - |
| --van-toast-text-min-width | `96px` | - |
| --van-toast-text-padding | `var(--van-padding-xs) var(--van-padding-sm)` | - |
+1 -1
View File
@@ -198,7 +198,7 @@ Toast.resetDefaultOptions('loading');
| --van-toast-loading-icon-color | `var(--van-white)` | - |
| --van-toast-line-height | `var(--van-line-height-md)` | - |
| --van-toast-border-radius | `var(--van-border-radius-lg)` | - |
| --van-toast-background-color | `fade(@black, 70%)` | - |
| --van-toast-background-color | `fade(var(--van-black), 70%)` | - |
| --van-toast-icon-size | `36px` | - |
| --van-toast-text-min-width | `96px` | - |
| --van-toast-text-padding | `var(--van-padding-xs) var(--van-padding-sm)` | - |