upgrade input-number to 2.1.x

This commit is contained in:
afc163 2015-10-14 16:27:06 +08:00
parent a3b2ad5791
commit 6092ca2319
2 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"rc-dialog": "~5.0.2",
"rc-dropdown": "~1.3.3",
"rc-form-validation": "~2.4.7",
"rc-input-number": "~2.0.1",
"rc-input-number": "~2.1.2",
"rc-menu": "~4.6.0",
"rc-notification": "~1.1.0",
"rc-pagination": "~1.1.0",

View File

@ -24,6 +24,8 @@
color: #999;
position: relative;
transition: all 0.1s linear;
display: block;
width: 100%;
&:hover {
background: #fefefe;
}