fix(Field): align center when using input slot
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user