fix(Field): input slot should align center

This commit is contained in:
陈嘉涵
2020-02-07 14:36:20 +08:00
parent fd9cd12fe5
commit 0f137852e0
+1
View File
@@ -17,6 +17,7 @@
&__body {
display: flex;
align-items: center;
height: 100%;
}
&__control {