mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Switch): adjust width
This commit is contained in:
parent
2acd47b5ee
commit
73788f9e88
@ -138,7 +138,7 @@ The component provides the following CSS variables, which can be used to customi
|
||||
| Name | Default Value | Description |
|
||||
| --- | --- | --- |
|
||||
| --van-switch-size | _26px_ | - |
|
||||
| --van-switch-width | _calc(2em + 4px)_ | - |
|
||||
| --van-switch-width | _calc(1.8em + 4px)_ | - |
|
||||
| --van-switch-height | _calc(1em + 4px)_ | - |
|
||||
| --van-switch-node-size | _1em_ | - |
|
||||
| --van-switch-node-background | _var(--van-white)_ | - |
|
||||
|
@ -150,7 +150,7 @@ import type { SwitchProps } from 'vant';
|
||||
| 名称 | 默认值 | 描述 |
|
||||
| ----------------------------- | --------------------------------- | ---- |
|
||||
| --van-switch-size | _26px_ | - |
|
||||
| --van-switch-width | _calc(2em + 4px)_ | - |
|
||||
| --van-switch-width | _calc(1.8em + 4px)_ | - |
|
||||
| --van-switch-height | _calc(1em + 4px)_ | - |
|
||||
| --van-switch-node-size | _1em_ | - |
|
||||
| --van-switch-node-background | _var(--van-white)_ | - |
|
||||
|
@ -1,6 +1,6 @@
|
||||
body {
|
||||
--van-switch-size: 26px;
|
||||
--van-switch-width: calc(2em + 4px);
|
||||
--van-switch-width: calc(1.8em + 4px);
|
||||
--van-switch-height: calc(1em + 4px);
|
||||
--van-switch-node-size: 1em;
|
||||
--van-switch-node-background: var(--van-white);
|
||||
|
Loading…
x
Reference in New Issue
Block a user