Merge pull request #16799 from attacking/master

给上传组件添加disabled状态的cursor样式
This commit is contained in:
偏右 2019-05-26 14:00:03 +08:00 committed by GitHub
commit fecff0dc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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