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