Switch: update style (#1803)

This commit is contained in:
杨奕 2016-12-20 09:18:52 +08:00 committed by baiyaaaaa
parent 240fda5af8
commit 1c24a2b294

View File

@ -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);