feat(Form): support using slider

This commit is contained in:
陈嘉涵
2020-02-10 17:17:09 +08:00
parent 7fa4e8cad1
commit dc77be6f8a
12 changed files with 122 additions and 62 deletions
+4
View File
@@ -14,6 +14,10 @@
}
}
&__value {
overflow: visible;
}
&__body {
display: flex;
align-items: center;