fix(select): fix height of select (#1383)

This commit is contained in:
kooriookami 2021-01-28 08:12:03 -06:00 committed by GitHub
parent 540a02bea5
commit df5d2ac97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@
.el-input__inner {
cursor: pointer;
padding-right: 35px;
display: block;
&:focus {
border-color: $--select-input-focus-border-color;
@ -60,6 +61,8 @@
}
.el-input {
display: block;
& .el-select__caret {
color: $--select-input-color;
font-size: $--select-input-font-size;
@ -100,10 +103,6 @@
}
}
> .el-input {
display: block;
}
@include e(input) {
border: none;
outline: none;