mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
Switch: update style (#1803)
This commit is contained in:
parent
240fda5af8
commit
1c24a2b294
@ -8,6 +8,8 @@
|
||||
position: relative;
|
||||
font-size: var(--switch-font-size);
|
||||
line-height: var(--switch-height);
|
||||
height: var(--switch-height);
|
||||
vertical-align: middle;
|
||||
@when disabled {
|
||||
& .el-switch__core,
|
||||
& .el-switch__label {
|
||||
@ -57,7 +59,6 @@
|
||||
@e core {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
size: var(--switch-width) var(--switch-height);
|
||||
border: 1px solid var(--switch-off-color);
|
||||
|
Loading…
Reference in New Issue
Block a user