Browse Source

Merge pull request #16799 from attacking/master

给上传组件添加disabled状态的cursor样式
pull/16801/head
偏右 6 years ago
committed by GitHub
parent
commit
fecff0dc12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/upload/style/index.less

4
components/upload/style/index.less

@ -29,6 +29,10 @@
display: inline-block;
}
&&-disabled {
cursor: not-allowed;
}
&&-select-picture-card {
display: table;
width: @upload-picture-card-size;

Loading…
Cancel
Save