mirror of https://github.com/ElemeFE/element
InputNumber: fix button style (#698)
parent
afb049e14b
commit
56b23359d3
|
@ -13,11 +13,11 @@
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
@e increase, decrease {
|
@e increase, decrease {
|
||||||
height: 100%;
|
height: auto;
|
||||||
border-left: var(--border-base);
|
border-left: var(--border-base);
|
||||||
width: var(--input-height);
|
width: var(--input-height);
|
||||||
line-height: var(--input-height);
|
line-height: calc(var(--input-height) - 2);
|
||||||
top: 0;
|
top: 1px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #99A9BF;
|
color: #99A9BF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue