docs(SwipeCell): remove css variables document (#10429)

This commit is contained in:
aisen 2022-03-24 09:38:58 +08:00 committed by GitHub
parent 651305e8ce
commit aa304ad22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View File

@ -169,16 +169,3 @@ const swipeCellRef = ref<SwipeCellInstance>();
swipeCellRef.value?.close();
```
## Theming
### CSS Variables
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-switch-cell-padding-top | _var(--van-cell-vertical-padding) - 1px_ | - |
| --van-switch-cell-padding-bottom | _var(--van-cell-vertical-padding) - 1px_ | - |
| --van-switch-cell-large-padding-top | _var(--van-cell-large-vertical-padding) - 1px_ | - |
| --van-switch-cell-large-padding-bottom | _var(--van-cell-large-vertical-padding) - 1px_ | - |

View File

@ -179,18 +179,6 @@ const swipeCellRef = ref<SwipeCellInstance>();
swipeCellRef.value?.close();
```
## 主题定制
### 样式变量
组件提供了下列 CSS 变量,可用于自定义样式,使用方法请参考 [ConfigProvider 组件](#/zh-CN/config-provider)。
| 名称 | 默认值 | 描述 |
| --- | --- | --- |
| --van-switch-cell-padding-top | _var(--van-cell-vertical-padding) - 1px_ | - |
| --van-switch-cell-padding-bottom | _var(--van-cell-vertical-padding) - 1px_ | - |
| --van-switch-cell-large-padding-top | _var(--van-cell-large-vertical-padding) - 1px_ | - |
| --van-switch-cell-large-padding-bottom | _var(--van-cell-large-vertical-padding) - 1px_ | - |
## 常见问题