fix(Field): align center when using input slot

This commit is contained in:
陈嘉涵
2020-02-07 15:40:32 +08:00
parent 9326ad84f8
commit 9d8cf7f8d3
2 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -17,7 +17,6 @@
&__body {
display: flex;
align-items: center;
height: 100%;
}
&__control {
@@ -57,6 +56,12 @@
text-align: right;
}
&--custom {
display: flex;
align-items: center;
min-height: @cell-line-height;
}
// for ios wechat
&[type='date'],
&[type='time'],