feat(Switch): remove inline style (#4914)

This commit is contained in:
neverland
2019-11-04 17:37:46 +08:00
committed by GitHub
parent 9ace3320b8
commit a19d3cc5c0
5 changed files with 9 additions and 10 deletions
+1
View File
@@ -6,6 +6,7 @@
box-sizing: content-box;
width: @switch-width;
height: @switch-height;
font-size: @switch-size;
background-color: @switch-background-color;
border: @switch-border;
border-radius: @switch-node-size;