Browse Source

fixed inputNumber arrow, ref #138

pull/164/head
zhujun24 9 years ago
parent
commit
6bdf0c4974
  1. 4
      style/components/inputNumber.less

4
style/components/inputNumber.less

@ -143,9 +143,10 @@
cursor: pointer;
&-inner {
top: 1px;
.ie-rotate(2);
&:before {
text-align: center;
content: "\e600";
.ie-rotate(2);
transform: rotate(180deg);
-webkit-transform-origin: 47.5% 51%; /* fix chrome position */
}
@ -156,6 +157,7 @@
cursor: pointer;
&-inner {
&:before {
text-align: center;
content: "\e600";
}
}

Loading…
Cancel
Save