fix(Field): input slot should align center

This commit is contained in:
陈嘉涵 2020-02-07 10:43:00 +08:00
parent e42f3e79c2
commit 03c826c4d4

View File

@ -17,6 +17,7 @@
&__body { &__body {
display: flex; display: flex;
align-items: center; align-items: center;
height: 100%;
} }
&__control { &__control {