Skip to content

Commit

Permalink
Merge pull request #16799 from attacking/master
Browse files Browse the repository at this point in the history
给上传组件添加disabled状态的cursor样式
  • Loading branch information
afc163 committed May 26, 2019
2 parents a3e19ce + 1eb46eb commit fecff0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/upload/style/index.less
Expand Up @@ -29,6 +29,10 @@
display: inline-block;
}

&&-disabled {
cursor: not-allowed;
}

&&-select-picture-card {
display: table;
width: @upload-picture-card-size;
Expand Down

0 comments on commit fecff0d

Please sign in to comment.