docs: update component css vars value

This commit is contained in:
chenjiahan
2021-06-14 11:13:38 +08:00
committed by neverland
parent 8e3833acc8
commit b3cc75dcbd
119 changed files with 1309 additions and 1308 deletions
+10 -10
View File
@@ -91,13 +91,13 @@ export default {
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 |
| ------------------------------ | --------------- | ----------- |
| --van-nav-bar-height | `46px` | - |
| --van-nav-bar-background-color | `@white` | - |
| --van-nav-bar-arrow-size | `16px` | - |
| --van-nav-bar-icon-color | `@blue` | - |
| --van-nav-bar-text-color | `@blue` | - |
| --van-nav-bar-title-font-size | `@font-size-lg` | - |
| --van-nav-bar-title-text-color | `@text-color` | - |
| --van-nav-bar-z-index | `1` | - |
| Name | Default Value | Description |
| ------------------------------ | ------------------------- | ----------- |
| --van-nav-bar-height | `46px` | - |
| --van-nav-bar-background-color | `var(--van-white)` | - |
| --van-nav-bar-arrow-size | `16px` | - |
| --van-nav-bar-icon-color | `var(--van-blue)` | - |
| --van-nav-bar-text-color | `var(--van-blue)` | - |
| --van-nav-bar-title-font-size | `var(--van-font-size-lg)` | - |
| --van-nav-bar-title-text-color | `var(--van-text-color)` | - |
| --van-nav-bar-z-index | `1` | - |