docs: fix gray typo (#8953)
* docs: fix gray typo * docs: fix prettier issue
This commit is contained in:
+3
-3
@@ -120,10 +120,10 @@ The component provides the following CSS variables, which can be used to customi
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| --- | --- | --- |
|
||||
| --van-image-placeholder-text-color | _var(--van-gary-6)_ | - |
|
||||
| --van-image-placeholder-text-color | _var(--van-gray-6)_ | - |
|
||||
| --van-image-placeholder-font-size | _var(--van-font-size-md)_ | - |
|
||||
| --van-image-placeholder-background-color | _var(--van-background-color)_ | - |
|
||||
| --van-image-loading-icon-size | _32px_ | - |
|
||||
| --van-image-loading-icon-color | _var(--van-gary-4)_ | - |
|
||||
| --van-image-loading-icon-color | _var(--van-gray-4)_ | - |
|
||||
| --van-image-error-icon-size | _32px_ | - |
|
||||
| --van-image-error-icon-color | _var(--van-gary-4)_ | - |
|
||||
| --van-image-error-icon-color | _var(--van-gray-4)_ | - |
|
||||
|
||||
@@ -148,13 +148,13 @@ app.use(Lazyload);
|
||||
|
||||
| 名称 | 默认值 | 描述 |
|
||||
| --- | --- | --- |
|
||||
| --van-image-placeholder-text-color | _var(--van-gary-6)_ | - |
|
||||
| --van-image-placeholder-text-color | _var(--van-gray-6)_ | - |
|
||||
| --van-image-placeholder-font-size | _var(--van-font-size-md)_ | - |
|
||||
| --van-image-placeholder-background-color | _var(--van-background-color)_ | - |
|
||||
| --van-image-loading-icon-size | _32px_ | - |
|
||||
| --van-image-loading-icon-color | _var(--van-gary-4)_ | - |
|
||||
| --van-image-loading-icon-color | _var(--van-gray-4)_ | - |
|
||||
| --van-image-error-icon-size | _32px_ | - |
|
||||
| --van-image-error-icon-color | _var(--van-gary-4)_ | - |
|
||||
| --van-image-error-icon-color | _var(--van-gray-4)_ | - |
|
||||
|
||||
## 常见问题
|
||||
|
||||
|
||||
Reference in New Issue
Block a user