mirror of https://github.com/ElemeFE/element
Switch: fix style
parent
bc893b5051
commit
0d952b7917
|
@ -2,7 +2,8 @@
|
||||||
@import "common/var";
|
@import "common/var";
|
||||||
|
|
||||||
@include b(switch) {
|
@include b(switch) {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: $--switch-font-size;
|
font-size: $--switch-font-size;
|
||||||
line-height: $--switch-height;
|
line-height: $--switch-height;
|
||||||
|
|
Loading…
Reference in New Issue