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
+4 -4
View File
@@ -167,11 +167,11 @@ The component provides the following CSS variables, which can be used to customi
| Name | Default Value | Description |
| --- | --- | --- |
| --van-popup-background-color | `@white` | - |
| --van-popup-transition | `transform @animation-duration-base` | - |
| --van-popup-background-color | `var(--van-white)` | - |
| --van-popup-transition | `transform var(--van-animation-duration-base)` | - |
| --van-popup-round-border-radius | `16px` | - |
| --van-popup-close-icon-size | `22px` | - |
| --van-popup-close-icon-color | `@gray-5` | - |
| --van-popup-close-icon-active-color | `@gray-6` | - |
| --van-popup-close-icon-color | `var(--van-gary-5)` | - |
| --van-popup-close-icon-active-color | `var(--van-gary-6)` | - |
| --van-popup-close-icon-margin | `16px` | - |
| --van-popup-close-icon-z-index | `1` | - |
+4 -4
View File
@@ -171,11 +171,11 @@ export default {
| 名称 | 默认值 | 描述 |
| --- | --- | --- |
| --van-popup-background-color | `@white` | - |
| --van-popup-transition | `transform @animation-duration-base` | - |
| --van-popup-background-color | `var(--van-white)` | - |
| --van-popup-transition | `transform var(--van-animation-duration-base)` | - |
| --van-popup-round-border-radius | `16px` | - |
| --van-popup-close-icon-size | `22px` | - |
| --van-popup-close-icon-color | `@gray-5` | - |
| --van-popup-close-icon-active-color | `@gray-6` | - |
| --van-popup-close-icon-color | `var(--van-gary-5)` | - |
| --van-popup-close-icon-active-color | `var(--van-gary-6)` | - |
| --van-popup-close-icon-margin | `16px` | - |
| --van-popup-close-icon-z-index | `1` | - |