mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(SwipeCell): remove css variables document (#10429)
This commit is contained in:
parent
651305e8ce
commit
aa304ad22f
@ -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_ | - |
|
||||
|
@ -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_ | - |
|
||||
|
||||
## 常见问题
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user