mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(components): [date-picker] add the vertical-align attribute to d… (#14798)
fix(components): [date-picker] add the vertical-align attribute to date-editor
This commit is contained in:
parent
58996131a0
commit
465f6d4140
@ -21,6 +21,7 @@
|
||||
@include set-component-css-var('input', $input);
|
||||
position: relative;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
|
||||
&.#{$namespace}-input__wrapper {
|
||||
@include inset-input-border(
|
||||
|
Loading…
Reference in New Issue
Block a user