mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Merge pull request #16799 from attacking/master
给上传组件添加disabled状态的cursor样式
This commit is contained in:
commit
fecff0dc12
@ -29,6 +29,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&&-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&&-select-picture-card {
|
||||
display: table;
|
||||
width: @upload-picture-card-size;
|
||||
|
Loading…
Reference in New Issue
Block a user