mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(select): fix height of select (#1383)
This commit is contained in:
parent
540a02bea5
commit
df5d2ac97a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user