Commit 56b23359 authored by cinwell.li's avatar cinwell.li Committed by FuryBean

InputNumber: fix button style (#698)

parent afb049e1
......@@ -13,11 +13,11 @@
appearance: none;
}
@e increase, decrease {
height: 100%;
height: auto;
border-left: var(--border-base);
width: var(--input-height);
line-height: var(--input-height);
top: 0;
line-height: calc(var(--input-height) - 2);
top: 1px;
text-align: center;
color: #99A9BF;
cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment