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
@@ -208,7 +208,7 @@ The component provides the following CSS variables, which can be used to customi
| --- | --- | --- |
| --van-dropdown-menu-height | `48px` | - |
| --van-dropdown-menu-background-color | `var(--van-white)` | - |
| --van-dropdown-menu-box-shadow | `0 2px 12px fade(@gray-7, 12)` | - |
| --van-dropdown-menu-box-shadow | `0 2px 12px fade(var(--van-gray-7), 12)` | - |
| --van-dropdown-menu-title-font-size | `15px` | - |
| --van-dropdown-menu-title-text-color | `var(--van-text-color)` | - |
| --van-dropdown-menu-title-active-text-color | `var(--van-red)` | - |
+1 -1
View File
@@ -212,7 +212,7 @@ export default {
| --- | --- | --- |
| --van-dropdown-menu-height | `48px` | - |
| --van-dropdown-menu-background-color | `var(--van-white)` | - |
| --van-dropdown-menu-box-shadow | `0 2px 12px fade(@gray-7, 12)` | - |
| --van-dropdown-menu-box-shadow | `0 2px 12px fade(var(--van-gray-7), 12)` | - |
| --van-dropdown-menu-title-font-size | `15px` | - |
| --van-dropdown-menu-title-text-color | `var(--van-text-color)` | - |
| --van-dropdown-menu-title-active-text-color | `var(--van-red)` | - |