Browse Source

hotfix: fix input-number style

pull/12021/head
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
007da02baa
  1. 5
      components/input-number/style/index.less

5
components/input-number/style/index.less

@ -124,10 +124,7 @@
&-inner {
top: 50%;
margin-top: -5px;
&:before {
text-align: center;
content: "\e61e";
}
text-align: center;
}
&:hover {
height: 60% !important;

Loading…
Cancel
Save