fix(components): [el-input] center in vertical direction (#9732)

This commit is contained in:
btea
2022-09-12 19:04:44 +08:00
committed by GitHub
parent d6acdc821f
commit b296dd0f61

View File

@@ -136,6 +136,7 @@
width: 100%;
line-height: getCssVar('input-height');
box-sizing: border-box;
vertical-align: middle;
@include scroll-bar;
& .#{$namespace}-input__clear,