mirror of https://github.com/ElemeFE/element
input number style fix (#2675)
parent
e7365515ae
commit
3bb12aa451
|
@ -8,7 +8,10 @@
|
|||
overflow: hidden;
|
||||
width: 180px;
|
||||
position: relative;
|
||||
|
||||
|
||||
& .el-input {
|
||||
display: block;
|
||||
}
|
||||
& .el-input__inner {
|
||||
appearance: none;
|
||||
padding-right: calc(var(--input-height) * 2 + 10);
|
||||
|
|
Loading…
Reference in New Issue