Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcat1115 committed Aug 13, 2016
1 parent 83c70bd commit a55d686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/upload/style/index.less
Expand Up @@ -56,6 +56,10 @@
border: 2px dashed tint(@primary-color, 20%);
}

&.@{upload-prefix-cls}-disabled {
cursor: not-allowed;
}

> span {
display: table;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.3.6",
"rc-tree-select": "~1.8.0",
"rc-upload": "~2.0.2",
"rc-upload": "~2.0.3",
"rc-util": "~3.3.0",
"react-addons-pure-render-mixin": "^15.0.0",
"react-slick": "~0.12.0",
Expand Down

0 comments on commit a55d686

Please sign in to comment.