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 {
|
.el-input__inner {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: 35px;
|
padding-right: 35px;
|
||||||
|
display: block;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $--select-input-focus-border-color;
|
border-color: $--select-input-focus-border-color;
|
||||||
@ -60,6 +61,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-input {
|
.el-input {
|
||||||
|
display: block;
|
||||||
|
|
||||||
& .el-select__caret {
|
& .el-select__caret {
|
||||||
color: $--select-input-color;
|
color: $--select-input-color;
|
||||||
font-size: $--select-input-font-size;
|
font-size: $--select-input-font-size;
|
||||||
@ -100,10 +103,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .el-input {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include e(input) {
|
@include e(input) {
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user