mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
upgrade input-number to 2.1.x
This commit is contained in:
parent
a3b2ad5791
commit
6092ca2319
@ -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",
|
||||
|
@ -24,6 +24,8 @@
|
||||
color: #999;
|
||||
position: relative;
|
||||
transition: all 0.1s linear;
|
||||
display: block;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
background: #fefefe;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user